I have having trouble setting up the error reports being sent via email when a file errors out. Below is what I have and I keep getting error when I test. Can anyone provide some insight as I am not very familiar with setting this up. Thank you
20171009 11:19:26 INFO : Sending test mail failed, error:
SMTPException: SMTP AUTH extension not supported by server.
)
EMAIL_PORT = '465' #Default: 25
EMAIL_USE_TLS = False #Default: False
EMAIL_HOST_USER = '
rep...@mycompany.com' #Default: ''. Username to use for the SMTP server defined in EMAIL_HOST. If empty, Django won't attempt authentication.
EMAIL_HOST_PASSWORD = 'companypass' #Default: ''. PASSWORD to use for the SMTP server defined in EMAIL_HOST. If empty, Django won't attempt authentication.
#~ EMAIL_SUBJECT_PREFIX = '' #This is prepended on email subject.