send_email
Send email to recipients with optional CC, BCC, plain text or HTML body, and threading support.
Instructions
Send an email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email addresses (array of strings, or a comma-separated string) | |
| cc | No | CC email addresses (optional) | |
| bcc | No | BCC email 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) | |
| replyTo | No | Reply-To email addresses (replies go here instead of to the sender) |