send_email
Send an email from any configured Gmail account, with support for CC, BCC, HTML formatting, and attachments.
Instructions
Send an email from one account (account required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC list. | |
| to | Yes | Recipient email address(es). | |
| bcc | No | Optional BCC list. | |
| body | Yes | Email body. | |
| html | No | Set true to send body as text/html. | |
| account | Yes | Account id. | |
| subject | Yes | Email subject. | |
| attachments | No | Optional local file attachments. |