Skip to content

Commit

Permalink
config: Change email from address
Browse files Browse the repository at this point in the history
Change email from address from "MPI <info@molgen.mpg.de>" to "Intranet
<intranet-wagtail@molgen.mpg.de>". We already did this on the production
instance Aug 21, 2023, probably because "MPI" is used by spammers and
we've added this as a hold queue spam pattern.

Anyway, bring repository in sync.
  • Loading branch information
donald committed Jan 15, 2025
1 parent 31e70c6 commit cf49024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

# https://docs.djangoproject.com/en/dev/ref/settings/#default-from-email
DEFAULT_FROM_EMAIL = 'MPI <info@molgen.mpg.de>'
DEFAULT_FROM_EMAIL = 'Intranet <intranet-wagtail@molgen.mpg.de>'

# https://docs.djangoproject.com/en/dev/ref/settings/#server-email
SERVER_EMAIL = DEFAULT_FROM_EMAIL
Expand Down

0 comments on commit cf49024

Please sign in to comment.