mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
I found the solution by simply trying out EMAIL_USE_SSL and it worked. I had problems with sending emails (did not work at all, there wasn't even a connection going on - I checked with tcpdump. Then I found this: To use port 465, you need to call smtplib.SMTP_SSL(). Currently, it looks like Django only uses smtplib.SMTP() (source: https://code.djangoproject.com/ticket/9575). Fixes #14350. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| contributing | ||
| development | ||
| documentation | ||
| git | ||
| images | ||
| overview | ||
| production | ||
| subsystems | ||
| testing | ||
| translating | ||
| tutorials | ||
| .gitignore | ||
| code-of-conduct.md | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||
| README.md | ||
| requirements.readthedocs.txt | ||
| THIRDPARTY | ||
Zulip markdown documentation hosted elsewhere
The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.