Skip to content

Mailer Send an email via SMTP

Send an email through your own SMTP server.
LabelTypeRequiredDescription
From addressstringno

Sender email address. Leave empty to use your username. You can use this notation to set the sender name (with quotes): "Name" <my@email.com>

Recipientsstringyes

Comma-separated list of recipient addresses.

Subjectstringyes

The subject of the email to send.

Texttextno

Enter the body text of the email to send. If you set the HTML field, you can leave this field empty; the text will be extracted from the HTML.

HTMLtextno

Provide the HTML of the email to send. Optional if you provide a plaintext body.

Reply tostringno

If specified, this email address will be used by email clients as the recipient when replying to this email.

AttachmentsJSONno

JSON object with attachment names (keys) and download URLs (values). The referenced files will be attached within the email.

Example output
{
"ok": true
}