send_message
Send a new email immediately through Proton Mail, including optional local file attachments. Confirm before sending; use create_draft for review.
Instructions
Send a new email immediately. This goes out the moment it runs — the client should confirm first. To let a human review before sending, use create_draft instead. Can include local file attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient address(es). | |
| bcc | No | ||
| body | No | Plain-text body. Provide this OR html. | |
| html | No | HTML body for a formatted email. A plain-text alternative is generated automatically. | |
| subject | Yes | Subject line. | |
| attachments | No | Local file paths to attach — absolute, or relative to the working directory (e.g. "./report.pdf" from the project you're in). A leading ~ is expanded. |