fix: default FROM email set. closes #2 #19

Open
Mindiell wants to merge 1 commits from Mindiell/PonyConf:fix_2 into main
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ CACHES = {
SELECT2_CACHE_BACKEND = 'select2'
SERVER_EMAIL = 'ponyconf@example.com'
DEFAULT_FROM_EMAIL = SERVER_EMAIL
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25