revert django-mailer configuration
This commit is contained in:
parent
6d029fdeb5
commit
a41b75935c
2 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ INSTALLED_APPS = (
|
|||
'easy_thumbnails',
|
||||
'utils',
|
||||
'stored_messages',
|
||||
'mailer',
|
||||
'mptt',
|
||||
'parler',
|
||||
'taggit',
|
||||
|
|
|
@ -8,7 +8,7 @@ ADMINS = (
|
|||
)
|
||||
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
|
||||
|
||||
EMAIL_BACKEND = "mailer.backend.DbBackend"
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||
|
||||
#MANAGERS = ADMINS
|
||||
|
||||
|
|
Loading…
Reference in a new issue