mail: fix sender domain for mailman notifications
This commit is contained in:
parent
f003f62989
commit
59fcac1337
@ -130,7 +130,7 @@ USE_TZ = True
|
|||||||
|
|
||||||
|
|
||||||
# Set default domain for email addresses.
|
# Set default domain for email addresses.
|
||||||
EMAILNAME = 'localhost.local'
|
EMAILNAME = '{{ mail_domain }}'
|
||||||
|
|
||||||
# If you enable internal authentication, this is the address that the emails
|
# If you enable internal authentication, this is the address that the emails
|
||||||
# will appear to be coming from. Make sure you set a valid domain name,
|
# will appear to be coming from. Make sure you set a valid domain name,
|
||||||
|
Loading…
Reference in New Issue
Block a user