Enabling mail debugging

This commit is contained in:
Carlos Lopez 2020-06-08 11:59:09 -06:00
parent 29dc3ecfe5
commit ed10cc1fa8
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ LDAP_TIMEOUT_SEC = int(environ.get('LDAP_TIMEOUT_SEC', default=1))
# Fallback emails
FALLBACK_EMAILS = ['askresearch@virginia.edu', 'sartographysupport@googlegroups.com']
MAIL_DEBUG = True