compose_email
Compose a new email with optional CC, BCC, and attachments. Preview the draft first, then send by confirming.
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 |
|---|---|---|---|
| cc | No | CC recipient(s) | |
| to | Yes | Recipient email address | |
| bcc | No | BCC recipient(s) | |
| body | Yes | Email body text | |
| account | No | Account name (uses default if omitted) | |
| confirm | No | Set to true to actually send. Without this, only shows a preview. | |
| subject | Yes | Email subject line | |
| attachments | No | Local file paths to attach (e.g. ["/tmp/report.pdf"]) |