Revert "Use edx-ace for the password reset email"

This commit is contained in:
Gabe Mulley
2018-05-10 13:06:52 -04:00
committed by GitHub
parent 55bcb0fa73
commit 5fa6c51368
27 changed files with 130 additions and 268 deletions

View File

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