mail: fix sender domain for mailman notifications

This commit is contained in:
Markus 2021-11-29 16:28:42 +01:00
parent f003f62989
commit 59fcac1337
1 changed files with 1 additions and 1 deletions

View File

@ -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,