send_message
Send email with two-step confirmation: preview the exact message and get a token, then confirm to deliver and file a copy in Sent folder.
Instructions
Send a new mail. The first call returns a preview of the exact message plus a confirmation_token and sends nothing. Call again with identical arguments, commit=True and that token to actually send. A copy is filed in the Sent folder. attachments are local file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | No | ||
| commit | No | ||
| account | No | ||
| subject | No | ||
| html_body | No | ||
| attachments | No | ||
| confirmation_token | No |