Adding allowed senders

This commit is contained in:
Finley Ghosh 2025-09-15 22:03:25 +10:00
parent 5674557981
commit 4bec2d1356

View file

@ -6,7 +6,7 @@ services:
# Staging: relay to Mailpit (no authentication required)
environment:
- RELAYHOST=mailpit:1025
- ALLOWED_SENDER_DOMAINS=*
- ALLOWED_SENDER_DOMAINS=cmctechnologies.com.au
# --- Gmail SMTP relay settings (uncomment for production) ---
# - RELAYHOST=smtp-relay.gmail.com
# - RELAYHOST_PORT=587