Send Email
send_emailSend emails via Proton Mail SMTP with support for multiple recipients, HTML or plain text body, priority flags, reply-to addresses, and base64-encoded attachments.
Instructions
Send an email via Proton Mail SMTP (through Proton Bridge). Supports To/CC/BCC (comma-separated), plain text or HTML body, priority (high/normal/low), reply-to, and base64-encoded attachments. Returns messageId on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address(es), comma-separated | |
| cc | No | CC addresses, comma-separated | |
| bcc | No | BCC addresses, comma-separated | |
| subject | Yes | Email subject line | |
| body | Yes | Email body (plain text or HTML) | |
| isHtml | No | Set true if body is HTML | |
| priority | No | Message priority header | |
| replyTo | No | Reply-to address (must be valid email) | |
| attachments | No | Attachments as objects with filename, content (base64), contentType |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| messageId | No | ||
| reason | No |