gmail_send
Send email messages by specifying recipients, subject, body, and optional CC/BCC or HTML formatting.
Instructions
Send an email message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient(s). | |
| to | Yes | Recipient email address(es). | |
| bcc | No | BCC recipient(s). | |
| body | Yes | Email body content. | |
| isHtml | No | Whether the body is HTML (default: false). | |
| subject | Yes | Email subject. |