arvan_notify_email
Send SMTP email notifications to recipients with customizable subject and body, supporting TLS encryption and optional SMTP settings.
Instructions
Send an email via SMTP.
SMTP settings fall back to ARVAN_SMTP_HOST/PORT/USER/PASSWORD/FROM env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| from_addr | No | ||
| smtp_host | No | ||
| smtp_port | No | ||
| smtp_user | No | ||
| smtp_password | No | ||
| use_tls | No |