send_email
Send an email from a specified account with attachments, HTML, CC/BCC, and reply threading. Receive per-recipient delivery status to confirm success or failure.
Instructions
Send one email using the specified account. Supports reply threading. Partial or ambiguous SMTP delivery reports per-recipient succeeded/failed/unknown status and reports the independent Sent-copy outcome separately; ambiguous effects are not retried automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | A list of CC email addresses. | |
| bcc | No | A list of BCC email addresses. | |
| body | Yes | The body of the email. | |
| html | No | Whether to send the email as HTML (True) or plain text (False). | |
| subject | Yes | The subject of the email. | |
| reply_to | No | Email address to set as the Reply-To header. When set, email clients will reply to this address instead of the From address. | |
| recipients | Yes | A list of recipient email addresses. | |
| references | No | Space-separated Message-IDs for the thread chain. Simple IDs may be bare or bracketed; bare IDs gain RFC angle brackets during composition. Usually includes in_reply_to plus ancestors. | |
| attachments | No | A list of file paths to attach. Relative paths are resolved against the server process working directory; absolute paths are recommended. | |
| in_reply_to | No | Message-ID of the email being replied to. Simple IDs may be bare or bracketed; bare IDs gain RFC angle brackets during composition. | |
| account_name | Yes | The name of the email account to send from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |