email_send
Send emails with HTML body, CC, BCC, and reply to existing threads.
Instructions
Send an email. Supports HTML body, CC, BCC, and threading (reply to a message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipients, comma-separated | |
| body | Yes | Email body (HTML supported) | |
| subject | Yes | Email subject | |
| thread_id | No | Thread ID to add this message to | |
| in_reply_to | No | Message-ID to reply to (for threading) |