Skip to content

Commit

Permalink
🚑️ Rename FOI_EMAIL_SERVER_HOST back to FOI_MAIL_SERVER_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Oct 18, 2023
1 parent a435d67 commit 6b40eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragdenstaat_de/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def TEMPLATES(self):
# FOI_EMAIL_ACCOUNT_NAME
# FOI_EMAIL_ACCOUNT_PASSWORD
FOI_EMAIL_DOMAIN = env("FOI_MAIL_DOMAIN", ["fragdenstaat.de", "echtemail.de"])
FOI_EMAIL_SERVER_HOST = env("FOI_MAIL_SERVER_HOST", "mail.fragdenstaat.de")
FOI_MAIL_SERVER_HOST = env("FOI_MAIL_SERVER_HOST", "mail.fragdenstaat.de")
FOI_EMAIL_FIXED_FROM_ADDRESS = False
FOI_EMAIL_FUNC = None
# Values from env
Expand Down

0 comments on commit 6b40eb9

Please sign in to comment.