gmail_send
Send an email immediately from any configured Google account. Supports plain text or HTML, with optional CC, BCC, and reply threading.
Instructions
Send an email immediately from the given account.
For replies, pass thread_id AND in_reply_to_message_id (the RFC822
Message-Id header value, NOT the Gmail message id) so the reply
threads correctly.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| bcc | No | ||
| html | No | ||
| thread_id | No | ||
| in_reply_to_message_id | No |