set default 'from' email address

This commit is contained in:
Seth Ladygo
2019-05-20 05:42:25 -07:00
parent 85ba779286
commit 350e2f0e41

View File

@ -190,6 +190,7 @@ LOGOUT_REDIRECT_URL = reverse_lazy('home')
SITE_ID = 1 SITE_ID = 1
ACCOUNT_EMAIL_UNIQUE = True ACCOUNT_EMAIL_UNIQUE = True
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True
DEFAULT_FROM_EMAIL = 'ProCatalog Support <support@procatalog.io>'
# django-debug-toolbar # django-debug-toolbar
DJDT = False DJDT = False