send_email
Send emails with plain text or HTML body, supporting CC and BCC recipients.
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 |