fix: switch SMTP host to mail.rmail.online
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6ab2a8ff3b
commit
df238864f2
|
|
@ -5,7 +5,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://votc:votc_password@votc-db:5432/votc
|
- DATABASE_URL=postgresql://votc:votc_password@votc-db:5432/votc
|
||||||
- SMTP_HOST=mx.jeffemmett.com
|
- SMTP_HOST=mail.rmail.online
|
||||||
- SMTP_PORT=587
|
- SMTP_PORT=587
|
||||||
- SMTP_USER=noreply@jeffemmett.com
|
- SMTP_USER=noreply@jeffemmett.com
|
||||||
- SMTP_PASS=${SMTP_PASS}
|
- SMTP_PASS=${SMTP_PASS}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue