send_email
Send emails via PrivateEmail SMTP with recipients, subject, CC, BCC, HTML or plain text body, reply-to, and attachments.
Instructions
Send an email via PrivateEmail SMTP. Prefer reply_email for threaded replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Comma-separated CC | |
| to | Yes | Comma-separated recipients | |
| bcc | No | Comma-separated BCC | |
| html | No | HTML body | |
| text | No | Plain-text body | |
| subject | Yes | Subject line | |
| reply_to | No | Reply-To address | |
| references | No | Space-separated Message-IDs | |
| in_reply_to | No | In-Reply-To Message-ID | |
| attachment_paths | No | Comma-separated local file paths |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |