gmail_send_message
Sends an email via Gmail using recipient, subject, body, and optional CC/BCC fields.
Instructions
Send a Gmail message.
Args: to: Recipient email address subject: Email subject body: Email body content cc: CC recipients (comma-separated) bcc: BCC recipients (comma-separated)
Returns: Dictionary with send result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes |