Send New Email
send_mailSend an email immediately after confirming with the keyword 'SEND'. Requires user confirmation to prevent accidental sends.
Instructions
Send a new email immediately. Requires confirm: "SEND". Prefer create_draft unless the user explicitly asks to send now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Local account alias. | |
| to | Yes | Recipient email or list of recipient emails. | |
| cc | No | ||
| bcc | No | ||
| subject | Yes | ||
| body | Yes | ||
| html | No | Set true when body is HTML. | |
| confirm | No | Must equal "SEND". |