send_email
Send a message. The domain must be verified and the from address must belong to it. Counts one against the daily allowance per recipient. Set test_mode true to run the whole pipeline, including content screening, without sending anything and without spending allowance — do that first when building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | One address, or several separated by commas. | |
| from | Yes | An address at that domain. | |
| html | No | Optional HTML body. | |
| text | No | Plain text body. | |
| domain | Yes | The verified domain to send from. | |
| subject | No | ||
| test_mode | No | Accept and screen the message but send nothing. Defaults to false. |