compose_email
Create and send emails from your iCloud account with support for plain text, HTML, or multipart formats. Specify recipients, subject, and content to dispatch messages.
Instructions
Compose and send a new email via iCloud SMTP. The From address is always your iCloud account. Supports plain text, HTML, or both (multipart/alternative).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es), comma-separated or array | |
| subject | Yes | Email subject | |
| body | No | Plain text body (used as fallback when html is also provided) | |
| html | No | HTML body. If provided without body, plain text is auto-generated. If provided with body, sends multipart/alternative. | |
| cc | No | CC recipient(s), comma-separated or array | |
| bcc | No | BCC recipient(s), comma-separated or array | |
| replyTo | No | Reply-To address override |