Skip to Content

Mail

The default mail settings of the server will be used.

Send Mail

POST /api/mail/send

Body:

FieldValueType
toMail destination (comma separated for multiple)string
fromMail 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