send_email
Send email from a specified account with per-recipient delivery status. Supports reply threading to maintain conversation context.
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. 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. Enables proper threading in email clients. | |
| account_name | Yes | The name of the email account to send from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |