fix: use contact@valleyofthecommons.com SMTP via Mailcow for VOTC emails

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-04 16:57:52 -08:00
parent 18007d3f61
commit 044566ac7c
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ services:
- LISTMONK_DB_PASS=${LISTMONK_DB_PASS:-listmonk_secure_2025}
- LISTMONK_LIST_ID=24
- MOLLIE_API_KEY=${MOLLIE_API_KEY}
- SMTP_HOST=mail.rmail.online
- SMTP_PORT=587
- SMTP_USER=contact@valleyofthecommons.com
- SMTP_PASS=${SMTP_PASS}
- EMAIL_FROM=Valley of the Commons <contact@valleyofthecommons.com>
depends_on:
votc-db:
condition: service_healthy