send_email
Send a new email with optional CC, BCC, attachments, and HTML body. Supports custom sender and password protection.
Instructions
Send a new email.
to/cc/bcc: recipient address lists. attachments: file paths on the server host.
sender: optional explicit From (defaults to the account's primary send-as address).
Provide body_text and/or body_html.
password: the account's password — required when password protection is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body_text | No | ||
| body_html | No | ||
| cc | No | ||
| bcc | No | ||
| attachments | No | ||
| sender | No | ||
| account | No | ||
| password | No |