Send email
send_emailSend transactional emails via SMTP using environment-configured credentials. Requires SMTP_HOST, PORT, USER, PASS, and MAIL_FROM to deliver messages to recipients.
Instructions
Send a transactional email via SMTP. Requires SMTP_HOST/SMTP_PORT/SMTP_USER/SMTP_PASS/MAIL_FROM in the app's env (any SMTP provider works).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| app | Yes | ||
| html | No | ||
| text | No | ||
| subject | Yes |