send_email
Sends outbound email via one.com SMTP, automatically saving a copy to the Sent folder.
Instructions
Send a new outbound email via one.com SMTP server (send.one.com:465 implicit TLS). Automatically saves a copy to Sent folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC recipient(s) | |
| to | Yes | Recipient email address or list of addresses | |
| bcc | No | Optional BCC recipient(s) | |
| subject | Yes | Email subject line | |
| bodyHtml | No | Optional HTML version of the body | |
| bodyText | Yes | Plain text body of the email |