Add EmailBackend to prod settings
This commit is contained in:
parent
a2359e7348
commit
1c37dfa1bd
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ WAGTAILSEARCH_BACKENDS = {
|
|||
},
|
||||
}
|
||||
|
||||
# Email settings
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||
|
||||
# Wagtail settings
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue