gmail_send_email
Send emails via Gmail using a headless server. Authenticate with a Google OAuth2 token, specify recipient, subject, and body. Supports plain text or HTML content for streamlined email delivery.
Instructions
Send an email via Gmail
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Email body content (plain text) | |
google_access_token | Yes | Google OAuth2 access token | |
html_body | No | Email body content in HTML format (optional) | |
subject | Yes | Email subject | |
to | Yes | Recipient email address |