Send an email
send_emailSend transactional emails through Maillog by specifying sender, recipients, subject, and HTML or plain-text content. Supports CC, BCC, and reply-to for targeted delivery.
Instructions
Send a transactional email through Maillog. The 'from' address must be on a domain verified in the Maillog dashboard, except for sandbox keys, which may only send to the address the sandbox key was issued for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient addresses | |
| bcc | No | ||
| from | Yes | Sender, e.g. "Acme <noreply@acme.nl>" | |
| html | No | HTML body. Provide html or text. | |
| text | No | Plain text body. Provide html or text. | |
| subject | Yes | ||
| reply_to | No |