send_email
Send emails from your Gmail account. Specify recipients, subject, and body, with optional CC, BCC, and HTML formatting.
Instructions
Send an email from the configured Gmail account.
`to`, `cc`, `bcc` accept a single address or a comma-separated list. Set `html=true` to send
`body` as HTML. Returns the Gmail message id and thread id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| bcc | No | ||
| html | No |