email_send
Send an email via SMTP, supporting HTML, CC, BCC, reply-to, and in-reply-to headers.
Instructions
Send an email via SMTP
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| html | No | ||
| cc | No | ||
| bcc | No | ||
| replyTo | No | ||
| inReplyTo | No |