Mailer Send an email via SMTP
Send an email through your own SMTP server.
Parameters
Section titled “Parameters”Label | Type | Required | Description |
---|---|---|---|
From address | string | no | Sender email address. Leave empty to use your username. You can use this notation to set the sender name (with quotes): |
Recipients | string | yes | Comma-separated list of recipient addresses. |
Subject | string | yes | The subject of the email to send. |
Text | text | no | 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. |
HTML | text | no | Provide the HTML of the email to send. Optional if you provide a plaintext body. |
Reply to | string | no | If specified, this email address will be used by email clients as the recipient when replying to this email. |
Attachments | JSON | no | JSON object with attachment names (keys) and download URLs (values). The referenced files will be attached within the email. |
Output
Section titled “Output”{ "ok": true}