send_email
Send new emails with plain text or HTML content, supporting CC, BCC, and file attachments. Compose and deliver messages directly from your account.
Instructions
Send a new email. Supports plain text or HTML body, CC, and BCC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC recipients | |
| body | Yes | Email body content | |
| html | No | Send as HTML (default: plain text) | |
| account | Yes | Account name from list_accounts | |
| subject | Yes | Email subject | |
| attachments | No | Local files to attach |