Send Email
send-emailInstantly send an email to one or more recipients, with optional CC, BCC, and HTML body, without creating a draft.
Instructions
Sends an email immediately from the user's account to one or more comma-separated recipients, with optional CC, BCC and HTML body. Cloud mode delivers over SMTP and returns the new message ID; local mode sends through Mail.app, which only sends plain text and returns no ID. There is no draft step, so the message goes out as soon as the tool runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient(s), comma-separated | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipient(s), comma-separated | |
| body | Yes | Email body content | |
| isHtml | No | Whether the body is HTML (default: false) | |
| subject | Yes | Email subject |