Send mail
sendCompose and send a new email with specified recipients, subject, body, and attachments, requiring explicit user confirmation before sending.
Instructions
Send a new email. GATED: the agent must show the user the exact To/Subject/Body, get an explicit yes, then call with confirmed=true. Never call unattended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| body | Yes | ||
| attach | No | Files to attach, by path. Only from the allowed source directories. | |
| dry_run | No | Preview exactly what would happen and change nothing. Needs no confirmation. | |
| subject | Yes | ||
| confirmed | Yes | Must be true; set only after the user approves this exact message. | |
| references | No | ||
| in_reply_to | No | ||
| from_address | No | Override the From address. For replies to a SimpleLogin alias, set this to your alias-owner address (PROTON_ALIAS_FROM) and send 'to' the reverse-alias from the message's Reply-To header. |