revert django-mailer configuration
This commit is contained in:
parent
6d029fdeb5
commit
a41b75935c
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue