compose_email
Compose and send a new email. Requires confirmation to prevent accidental sends; without confirmation, returns 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 |
|---|---|---|---|
| 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"]) |