send_mail
Send email messages with support for CC, BCC, and HTML content. Optionally skip saving a copy to Sent Items.
Instructions
Send an email. Set save_to_sent=False to skip saving to Sent Items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| subject | Yes | ||
| save_to_sent | No |