Send email
send_emailSend an email via SMTP, including recipients, CC/BCC, subject, HTML or plain-text body, and local file attachments, with a copy saved to the Sent folder.
Instructions
Send an email via SMTP from user@example.com. Recipients accept "addr@example.com" or "Name addr@example.com". A copy is saved to the IMAP Sent folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient addresses | |
| bcc | No | ||
| html | No | HTML body | |
| text | No | Plain-text body | |
| subject | No | ||
| attachments | No | Local file paths to attach. Only files under the allowed directories (working directory and the temp dir by default) can be attached. |