django-registration can't set the "from" email address for authentication email [closed] django-registration can't set the "from" email address for authentication email [closed] django django

django-registration can't set the "from" email address for authentication email [closed]


A typo, you set DEFAULT_FROM_USER in your settings, but it should be DEFAULT_FROM_EMAIL.


The snippet from settings.py is DEFAULT_FROM_USER instead of DEFAULT_FROM_EMAIL