gmail_send_email
Sends an email through Gmail to specified recipients, with optional CC, BCC, HTML body, and custom reply-to address.
Instructions
Sends an email directly to specified recipients via the user's Gmail account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Carbon copy recipient email address(es), comma-separated | |
| to | Yes | Recipient email address or comma-separated list of addresses (e.g., 'lead@example.com, team@example.com') | |
| bcc | No | Blind carbon copy recipient email address(es), comma-separated | |
| subject | Yes | Subject line of the email | |
| reply_to | No | Custom Reply-To email address | |
| body_html | No | HTML formatted body of the email for rich formatting (optional) | |
| body_text | No | Plain text body of the email (optional if body_html provided) |