send_email
Send an email message through AOL SMTP. Specify recipient, subject, and body; optionally add CC, BCC, or file attachments.
Instructions
Compose and send a new email via AOL SMTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address(es), comma-separated for multiple. | |
| subject | Yes | Email subject line. | |
| body | Yes | Plain-text email body. | |
| cc | No | CC address(es), comma-separated (optional). | |
| bcc | No | BCC address(es), comma-separated (hidden from all recipients, optional). | |
| attachments | No | Local file path(s) to attach, comma-separated (optional). Example: "C:/Users/you/report.pdf,C:/Users/you/photo.jpg" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |