Enabling mail debugging
This commit is contained in:
parent
29dc3ecfe5
commit
ed10cc1fa8
|
@ -46,3 +46,4 @@ LDAP_TIMEOUT_SEC = int(environ.get('LDAP_TIMEOUT_SEC', default=1))
|
||||||
|
|
||||||
# Fallback emails
|
# Fallback emails
|
||||||
FALLBACK_EMAILS = ['askresearch@virginia.edu', 'sartographysupport@googlegroups.com']
|
FALLBACK_EMAILS = ['askresearch@virginia.edu', 'sartographysupport@googlegroups.com']
|
||||||
|
MAIL_DEBUG = True
|
||||||
|
|
Loading…
Reference in New Issue