Send email
send_emailSend transactional email via SMTP by providing recipient, subject, and optional HTML or text content using configured credentials.
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 |