Use edx-ace for password reset email

This commit is contained in:
Omar Al-Ithawi
2018-04-18 22:56:03 +03:00
committed by Gabe Mulley
parent 93809a8497
commit 73af914cfc
27 changed files with 271 additions and 135 deletions

View File

@@ -27,7 +27,8 @@ for pkg_name in ['track.contexts', 'track.middleware', 'dd.dogapi']:
################################ EMAIL ########################################
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
EMAIL_FILE_PATH = '/edx/src/ace_messages/'
################################# LMS INTEGRATION #############################