send_email
Send emails to one or more recipients with optional CC, BCC, HTML body, and threading support. Specify subject and optionally override the sender or mailbox.
Instructions
Send an email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses (optional) | |
| to | Yes | Recipient email addresses (array of strings, or a comma-separated string) | |
| bcc | No | BCC email addresses (optional) | |
| from | No | Sender email address (optional, defaults to account primary email) | |
| replyTo | No | Reply-To email addresses (replies go here instead of to the sender) | |
| subject | Yes | Email subject | |
| htmlBody | No | HTML body (optional) | |
| textBody | No | Plain text body (optional) | |
| inReplyTo | No | Message-ID(s) of the email being replied to (optional, for threading) | |
| mailboxId | No | Mailbox ID to save the email to (optional, defaults to Drafts folder) | |
| references | No | Full reference chain of Message-IDs (optional, for threading) |