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
+1
View File
@@ -702,6 +702,7 @@ Compose Notifications
| replyTo | string | POST | Email address in reply-to field | N/A | NO |
| subject | string | POST | Email subject | N/A | NO |
| content | sqlxTypes.JSONText | POST | Message content | N/A | YES |
| remoteAttachments | []string | POST | Remote files to attach to the email | N/A | NO |
---