Mailman: change the default Django email sender
This commit is contained in:
parent
2255afcfe4
commit
d5eb512624
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ BROWSERID_USERNAME_ALGO = lambda email: email # Use the email as identifier
|
|||
BROWSERID_VERIFY_CLASS = "django_browserid.views.Verify"
|
||||
|
||||
|
||||
DEFAULT_FROM_EMAIL = "admin@fedoraproject.org"
|
||||
|
||||
|
||||
#
|
||||
# Social auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue