send_mail
Send a new email or reply to an existing one via SMTP. Provide recipient, subject, and optionally CC, BCC, HTML or plain text body, and threading headers.
Instructions
Send a new email, or reply to an existing one, via SMTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient address(es), comma-separated | |
| bcc | No | ||
| html | No | HTML body | |
| text | No | Plain text body | |
| subject | Yes | ||
| inReplyTo | No | Message-Id being replied to | |
| references | No | References header for threading |