send_email
Send an email via SMTP, supporting HTML and plain text bodies, attachments, and CC/BCC recipients.
Instructions
Send an email via SMTP. Supports HTML and plain text content, attachments, and CC/BCC recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email address (optional) | |
| to | Yes | Recipient email address | |
| bcc | No | BCC recipient email address (optional) | |
| from | No | Sender email address (optional, uses SMTP_FROM env var if not provided) | |
| html | No | HTML email body (optional, overrides text if provided) | |
| text | No | Plain text email body | |
| subject | Yes | Email subject line | |
| attachments | No | Email attachments (optional) |