send-email
Compose and send emails with support for HTML, CC, and BCC recipients.
Instructions
Composes and sends an email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient(s), comma-separated | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipient(s), comma-separated | |
| body | Yes | Email body content | |
| isHtml | No | Whether the body is HTML (default: false) | |
| subject | Yes | Email subject |