email_send_html
Send an HTML email immediately via Apple Mail. Composes the message in the rich-text editor and dispatches it without saving a draft. Ensure recipients are on the allowlist.
Instructions
Send an HTML email directly. Does not save a draft first.
Body must be an HTML string. The email is composed via clipboard injection into Mail.app's rich-text compose window and sent immediately.
Outbound allowlist policy applies — all recipients must be on the allowlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC recipients. | |
| to | Yes | List of recipient email addresses. | |
| bcc | No | Optional BCC recipients. | |
| body | Yes | HTML string for the email body. | |
| subject | Yes | Email subject line. | |
| from_account | No | Mail.app account name or UUID. None uses Mail's default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||