send_email
Compose and send an email immediately using Proton Bridge SMTP. Ideal for one-shot messages that require no review before sending.
Instructions
Compose and immediately send a new outbound email through Proton Bridge SMTP. Use for one-shot messages that need no review. Prefer create_draft when you want to save and review before sending, or reply_to_email when responding to an existing message. Fails if PROTONMAIL_ALLOW_SEND is false or if Bridge SMTP is unreachable. Returns delivery confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email addresses, comma-separated. | |
| cc | No | CC recipient email addresses, comma-separated. | |
| bcc | No | BCC recipient email addresses, comma-separated. | |
| subject | Yes | Email subject. | |
| body | Yes | Email body content. | |
| isHtml | No | Whether body should be sent as HTML. | |
| priority | No | SMTP priority header. | |
| replyTo | No | Optional reply-to email address. | |
| attachments | No | Attachments with base64 encoded content. |