Send Message
shipmail_send_messageSend an email from a specified mailbox ID to recipients with subject, content, and optional attachments. Requires user approval of recipients and content before sending.
Instructions
Send an email from a mailbox ID. Use only after the user has explicitly asked to send or approved the exact recipients and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox_id | Yes | Mailbox ID to send from. Prefer this over email address lookup. | |
| to | Yes | ||
| cc | No | ||
| bcc | No | ||
| reply_to | No | ||
| subject | Yes | ||
| html | No | ||
| text | No | ||
| in_reply_to | No | ||
| references | No | ||
| attachments | No | ||
| scheduled_at | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |