gmail_send_email
Send email messages through Gmail with required recipients, subject, and body; optionally include CC, BCC, and HTML formatting.
Instructions
Send an email via Gmail with subject, body, and recipients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es). Can be a single email or array of emails. Use "me" to send to yourself. | |
| subject | Yes | Email subject line | |
| body | Yes | Email body content (plain text or HTML) | |
| cc | No | CC recipient(s) (optional) | |
| bcc | No | BCC recipient(s) (optional) | |
| isHtml | No | Whether the body is HTML formatted (default: false) |