Adding allowed senders
This commit is contained in:
parent
5674557981
commit
4bec2d1356
|
|
@ -6,7 +6,7 @@ services:
|
||||||
# Staging: relay to Mailpit (no authentication required)
|
# Staging: relay to Mailpit (no authentication required)
|
||||||
environment:
|
environment:
|
||||||
- RELAYHOST=mailpit:1025
|
- RELAYHOST=mailpit:1025
|
||||||
- ALLOWED_SENDER_DOMAINS=*
|
- ALLOWED_SENDER_DOMAINS=cmctechnologies.com.au
|
||||||
# --- Gmail SMTP relay settings (uncomment for production) ---
|
# --- Gmail SMTP relay settings (uncomment for production) ---
|
||||||
# - RELAYHOST=smtp-relay.gmail.com
|
# - RELAYHOST=smtp-relay.gmail.com
|
||||||
# - RELAYHOST_PORT=587
|
# - RELAYHOST_PORT=587
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue