send_mail
Send an email from a chosen mailbox to a recipient, including CC/BCC, subject, HTML or plain-text body, and attachments. Supports sending existing drafts.
Instructions
Send an email from a mailbox. Scope: mail:send
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient address | |
| bcc | No | ||
| subject | No | ||
| draft_id | No | Send an existing draft instead of composing | |
| body_html | No | HTML body | |
| body_text | No | Plain-text body | |
| mailbox_id | Yes | Sender mailbox ID | |
| attachments | No | Attachment IDs from upload_attachment |