send_email
Send email messages through ProtonMail by specifying recipients, subject, and plain-text or HTML body. Supports CC, BCC, and reply-to addresses.
Instructions
Skicka ett e-post.
Args: to: Mottagaradress(er) — sträng eller lista subject: Ämnesrad body: Brödtext i klartext body_html: Valfri HTML-version av brödtexten cc: Kopia-adress(er) bcc: Hemlig kopia-adress(er) reply_to: Svarsadress
Returns: True om e-posten skickades utan fel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| reply_to | No | ||
| body_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |