Skip to main content

SMTP Email Setup

Outbound email via SMTP for notifications, approvals, and statements.

Configuration Keys

KeyDescriptionExample
SMTP_HOSTSMTP server hostnamesmtp.gmail.com
SMTP_PORTSMTP port587
SMTP_USERNAMESMTP usernamenoreply@example.com
SMTP_PASSWORDSMTP passwordapp-password
SMTP_ENABLE_SSLEnable SSL/TLStrue
SMTP_FROM_NAMESender display nameYour Bank
SMTP_FROM_EMAILSender emailnoreply@example.com

Testing

Send a test email from Operations → Send Email in the admin portal.

Troubleshooting

  • Connection refused: Check SMTP_HOST and SMTP_PORT
  • Auth failed: Enable "less secure apps" or use app-specific password (Gmail)
  • Emails marked spam: Configure SPF/DKIM for your domain