send_email
Send emails with alias support, attachments, and HTML content via Google Workspace.
Instructions
Send an email with optional alias support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC recipients | |
| to | Yes | List of recipient email addresses | |
| bcc | No | List of BCC recipients | |
| body | Yes | Email body content (plain text or HTML) | |
| from | No | Send-as alias email address (use list_aliases to see available aliases) | |
| subject | Yes | Email subject | |
| htmlBody | No | HTML version of the email body | |
| mimeType | No | Email content type | text/plain |
| attachments | No | List of file paths to attach |