send_email
Send an email using your authenticated Gmail account. Specify recipient, subject, body, and optional CC, BCC, HTML formatting, or attachments.
Instructions
Send an email via the authenticated Gmail account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email address(es), comma-separated (optional) | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC email address(es), comma-separated (optional) | |
| body | Yes | Email body (plain text or HTML) | |
| isHtml | No | Set to true if body contains HTML markup (default: false) | |
| subject | Yes | Email subject line | |
| attachments | No | Optional file attachments to include in the email. |