email_create
Create and send an outbound email through SMTP API with support for HTML, plain text, attachments, CC, BCC, and Reply-To.
Instructions
Create and send an outbound email via SMTP API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated | |
| to | Yes | Recipient email address(es), comma-separated for multiple | |
| bcc | No | BCC recipients, comma-separated | |
| raw | No | Raw email content including headers (alternative to other fields) | |
| html | No | HTML body of the email | |
| text | No | Plain text body of the email | |
| subject | No | Email subject line | |
| reply_to | No | Reply-To address | |
| from_addr | Yes | Sender email address (must be an alias you control) |