gmail_send_email
Send emails via Gmail API using a headless server. Authenticate with OAuth2, specify recipient, subject, and body (plain text or HTML) for streamlined email delivery in remote or containerized environments.
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 |