fix: switch SMTP host to mail.rmail.online

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-23 21:02:19 -08:00
parent 6ab2a8ff3b
commit df238864f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
restart: unless-stopped
environment:
- DATABASE_URL=postgresql://votc:votc_password@votc-db:5432/votc
- SMTP_HOST=mx.jeffemmett.com
- SMTP_HOST=mail.rmail.online
- SMTP_PORT=587
- SMTP_USER=noreply@jeffemmett.com
- SMTP_PASS=${SMTP_PASS}