gmail_send
Send Gmail emails with plain text or HTML content, supporting CC, BCC, and reply-to addresses.
Instructions
Send a new Gmail email (plain text or HTML)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipients, comma-separated | |
| body | Yes | Email body | |
| isHtml | No | Set true to send body as HTML (default false = plain text) | |
| replyTo | No | Reply-To address | |
| subject | Yes | Email subject |