Send Email
send_emailSend emails via Proton Mail SMTP through Proton Bridge, supporting multiple recipients, HTML or plain text, priority, reply-to, and base64 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 |
|---|---|---|---|
| cc | No | CC addresses, comma-separated | |
| to | Yes | Recipient address(es), comma-separated | |
| bcc | No | BCC addresses, comma-separated | |
| body | Yes | Email body (plain text or HTML) | |
| isHtml | No | Set true if body is HTML | |
| replyTo | No | Reply-to address (must be valid email) | |
| subject | Yes | Email subject line | |
| priority | No | Message priority header | |
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). | |
| attachments | No | Attachments as objects with filename, content (base64), contentType |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| success | Yes | ||
| messageId | No |