send_email
Send a new email message from your Fastmail account. Provide recipients and subject; optionally include CC, BCC, and body content. Delivers the message immediately to the specified addresses.
Instructions
Send a new outbound email from the connected Fastmail account. Use when the user says things like "send email to Alice" or wants to compose a fresh message right now. Do not use for threaded replies; use reply_email. Do not use when the user wants to save a draft instead of sending; use save_draft or create_draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient addresses as [{email, name?}] objects | |
| cc | No | CC addresses (optional) | |
| bcc | No | BCC addresses (optional) | |
| from | No | Sender email address (optional, defaults to account primary email) | |
| mailboxId | No | Mailbox ID to save the email to (optional, defaults to Drafts folder) | |
| subject | Yes | Email subject | |
| textBody | No | Plain text body (optional) | |
| htmlBody | No | HTML body (optional) | |
| inReplyTo | No | Message-ID(s) of the email being replied to (optional, for threading) | |
| references | No | Full reference chain of Message-IDs (optional, for threading) |