send_email
Send an email from your account with recipients, CC, BCC, attachments, and reply-threading. Get per-recipient delivery status and the accepted message's RFC Message-ID.
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. The response names the delivered message's RFC Message-Id once the provider accepts the message data, and reports no identifier for an ambiguous delivery.
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 |