gmail_send
Send an email via Gmail with subject, body, recipient, and optional CC or BCC recipients.
Instructions
Send an email from the user's Gmail account. Use this when the user wants to send an email to someone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients (comma-separated, optional) | |
| to | Yes | Recipient email address | |
| bcc | No | BCC recipients (comma-separated, optional) | |
| body | Yes | Email body content (plain text) | |
| subject | Yes | Email subject line |