send_gmail
Send emails through Gmail with customizable subject, body, recipients, CC, BCC, and reply-to headers.
Instructions
Send an email through Gmail on behalf of the authenticated account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients. | |
| to | Yes | Recipient email addresses. | |
| bcc | No | BCC recipients. | |
| body | Yes | Email body content. | |
| subject | Yes | Email subject line. | |
| reply_to | No | Reply-To header address. | |
| body_type | No | Body format. Defaults to text. | text |