revert django-mailer configuration

This commit is contained in:
Levi 2016-06-16 01:19:40 -05:00
parent 9f2c78db33
commit e0a27ba602
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ INSTALLED_APPS = (
'easy_thumbnails', 'easy_thumbnails',
'utils', 'utils',
'stored_messages', 'stored_messages',
'mailer',
'mptt', 'mptt',
'parler', 'parler',
'taggit', 'taggit',

View File

@ -8,7 +8,7 @@ ADMINS = (
) )
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'), # ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
EMAIL_BACKEND = "mailer.backend.DbBackend" EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#MANAGERS = ADMINS #MANAGERS = ADMINS