send_email
Send emails via SMTP with recipients, subject, optional CC/BCC, and HTML or plain text content for direct delivery from your mail account.
Instructions
Send email via SMTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient(s), comma-separated | |
| bcc | No | BCC recipients | |
| html | No | HTML body | |
| text | No | Plain text body | |
| subject | Yes | Email subject |