send_email
Send DKIM-signed emails from a specified inbox address for replies or outbound automation, with optional cc/bcc. Returns upon acceptance for queued delivery.
Instructions
Send an email FROM the given inbox address (DKIM-signed via MailFlat's MTA).
Use for replies or outbound automation. html is optional.
Returns once the mail is ACCEPTED for delivery, not once it is delivered: delivery runs on a queue and the result arrives via webhook or by reading the message back.
cc addresses appear in the mail's headers; bcc addresses never do — not even in
their own copy. Attachments are not available here; send those from the SDK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | No | ||
| html | No | ||
| address | Yes | ||
| subject | No |