Mail (SMTP) settings
Configure the SMTP server used to send expiry alerts. Saved values override the
environment-variable defaults from .env. Changes take effect
immediately - no restart required.
Server credentials
Send test email
Verifies your settings by sending a real email. If it fails, the exact SMTP error is shown below.
Quick-setup guides
Gmail
- Host:
smtp.gmail.com - Port:
587, STARTTLS on - Username: your full Gmail address
- Password: an App Password (requires 2-Step Verification)
- From: must match the Gmail address
AWS SES
- Host:
email-smtp.us-east-1.amazonaws.com(use your region) - Port:
587, STARTTLS on - Username / password: SMTP credentials from the SES console (not your AWS keys)
- From: must be a verified identity in SES
Mailgun
- Host:
smtp.mailgun.org - Port:
587, STARTTLS on - Username:
postmaster@mg.yourdomain.com - Password: from Mailgun dashboard -> Domain Settings -> SMTP credentials