send_email
Compose and send new emails to one or more recipients. Specify subject, body, and optionally add CC, BCC, or HTML formatting.
Instructions
Compose and send a new email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es) | |
| subject | Yes | Email subject | |
| body | Yes | Email body (plain text or HTML) | |
| cc | No | CC recipient(s) | |
| bcc | No | BCC recipient(s) | |
| isHtml | No | Set true if body is HTML |