Closed jscottbranson closed 3 years ago
It’s possible the port is not correct for the settings you’ve used but I can tell you this isn’t a Janeway bug but a problem with the SMTP server.
After messing around with my config, I can confirm the issue was indeed user error.
Can you tell me how to get janeway to reread my settings.py? It seems like it doesn't happen automatically when wsgi gets called. I tried running python3 manage.py update_defaults
, without effect.
Describe the bug An exception is raised anytime janeway attempts to send email using the SMTP backend. I've set
EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS
in my src/core/settings.py (and also in janeway_global_settings.py - I'm guessing that settings.py overrides global_settings.py, though - please correct me if I'm wrong).I'm not particularly familiar with Django's SMTP backend, so it is entirely possible this is user error, in which case I apologize for the inconvenience.
Janeway version 1.4-RC-4 Server is running Debian 10 (kernel 4.19.0-18) with Python 3.7.3
To Reproduce Steps to reproduce the behavior:
Expected behavior Connect to the remote server and send the mail.
Trace