send_mail
Send email from a configured identity via SMTP and file a copy in Sent. Preview with dry_run enabled by default; set dry_run=false to send.
Instructions
Send mail from one of your identities (SMTP), then file a copy in Sent.
from_address must be a configured identity (see list_identities).
Multiple recipients may be comma-separated. Hotmail/Outlook send is not
available in v1 and returns a clear error.
SAFETY: dry_run defaults to True — it returns a preview without sending.
Pass dry_run=False to actually send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| dry_run | No | ||
| subject | Yes | ||
| attachments | No | ||
| from_address | Yes |