SMTP Email Setup
Outbound email via SMTP for notifications, approvals, and statements.
Configuration Keys
| Key | Description | Example |
|---|---|---|
SMTP_HOST | SMTP server hostname | smtp.gmail.com |
SMTP_PORT | SMTP port | 587 |
SMTP_USERNAME | SMTP username | noreply@example.com |
SMTP_PASSWORD | SMTP password | app-password |
SMTP_ENABLE_SSL | Enable SSL/TLS | true |
SMTP_FROM_NAME | Sender display name | Your Bank |
SMTP_FROM_EMAIL | Sender email | noreply@example.com |
Testing
Send a test email from Operations → Send Email in the admin portal.
Troubleshooting
- Connection refused: Check
SMTP_HOSTandSMTP_PORT - Auth failed: Enable "less secure apps" or use app-specific password (Gmail)
- Emails marked spam: Configure SPF/DKIM for your domain