send_email
Send transactional emails via CamelMailer with HTML or text body, queue one per recipient, and get back message IDs.
Instructions
Send a transactional email through CamelMailer. Provide html_body and/or text_body. Queues one message per recipient and returns their ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC recipients | |
| tag | No | Free-form tag for filtering and stats | |
| from | Yes | Sender address — must belong to a verified sending domain of the server | |
| stream | No | Message-stream permalink; defaults to the server's default stream | |
| subject | No | Message subject | |
| reply_to | No | Reply-To addresses | |
| html_body | No | HTML body | |
| text_body | No | Plain-text body |