compose_email
Compose a new email with recipients, subject, body, CC, BCC, and attachments. Set confirm=true to send; otherwise get a preview for review.
Instructions
Compose and send a new email (not a reply). SAFETY: requires confirm=true to actually send. Without confirm, returns a preview for user review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| subject | Yes | Email subject line | |
| body | Yes | Email body text | |
| cc | No | CC recipient(s) | |
| bcc | No | BCC recipient(s) | |
| attachments | No | Local file paths to attach (e.g. ["/tmp/report.pdf"]) | |
| confirm | No | Set to true to actually send. Without this, only shows a preview. | |
| account | No | Account name (uses default if omitted) |