Skip to Content

Mail

The default mail settings of the server will be used.

Limitations

All messages will be queued and send with a 3 seconds delay between them.
A maximum of 300 messages can be queued.
Please note, that your mail provider conditions apply as well.

Send Mail

POST /api/mail/send

Body:

FieldValueType
toMail destination (comma separated for multiple)string
from (optional)Mail sender display namestring
subjectSubject of the mailstring
contentContent of the mailstring
html (optional)Determines if the content should be send as HTML rather than plain textboolean

Example:

{ "to":"recipient@company.com", "from":"no-reply@company.com", "subject":"Test eMail", "content":"Dear recipient \n This is a test message" }
Last updated on