Send an email
proton_send_emailSend email messages from a configured Proton address, supporting HTML, plain text, CC/BCC, and base64-encoded attachments.
Instructions
Sends an email via Proton Bridge SMTP. 'from' is fixed to the configured address. Provide either text, html, or both. Attachments are base64-encoded bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient addresses | |
| bcc | No | ||
| html | No | ||
| text | No | ||
| subject | Yes | ||
| reply_to | No | ||
| attachments | No |