3
0

Support for notification mail attachments

This commit is contained in:
Denis Arh
2019-09-29 14:19:23 +02:00
parent 067852b17f
commit 28f8d23e52
6 changed files with 95 additions and 5 deletions
+6
View File
@@ -1085,6 +1085,12 @@
"type": "sqlxTypes.JSONText",
"required": true,
"title": "Message content"
},
{
"name": "remoteAttachments",
"type": "[]string",
"required": false,
"title": "Remote files to attach to the email"
}
]
}
+6
View File
@@ -50,6 +50,12 @@
"required": true,
"title": "Message content",
"type": "sqlxTypes.JSONText"
},
{
"name": "remoteAttachments",
"required": false,
"title": "Remote files to attach to the email",
"type": "[]string"
}
]
}