google_gmail_send_email
Send emails directly via Gmail by specifying recipients, subject, and content. Supports CC, BCC, and HTML formatting for efficient and customizable email communication.
Instructions
Send a new email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bcc | No | BCC recipients email addresses | |
| body | Yes | Email body content (can be plain text or HTML) | |
| cc | No | CC recipients email addresses | |
| isHtml | No | Whether the body contains HTML | |
| subject | Yes | Email subject | |
| to | Yes | Recipients email addresses |