send_email
Send outgoing email messages with optional attachments, CC/BCC, and HTML support. Compose and deliver messages directly through SMTP/IMAP.
Instructions
Send a new email with optional attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients (comma-separated) | |
| to | Yes | Recipient email address | |
| bcc | No | BCC recipients (comma-separated) | |
| body | Yes | Email body content | |
| html | No | Send as HTML email | |
| subject | Yes | Email subject | |
| attachments | No | Array of attachments. Use 'path' for local files or 'content' with 'encoding: base64' for inline content |