zulip/docs
Alex Vandiver 015a10637b docs: Document how to use SMTP without authentication.
This is the behaviour inherited from Django[^1].  While setting the
password to empty (`email_password = `) in
`/etc/zulip/zulip-secrets.conf` also would suffice, it's unclear what
the user would have been putting into `EMAIL_HOST_USER` in that
context.

Because we previously did not warn when `email_password` was not
present in `zulip-secrets.conf`, having the error message clarify the
correct configuration for disabling SMTP auth is important.

Fixes: #23938.

[^1]: https://docs.djangoproject.com/en/4.1/ref/settings/#std-setting-EMAIL_HOST_USER
2023-02-27 11:59:48 -08:00
..
_static
_templates contributor docs: Rename "Upgrade or modify Zulip" -> "Upgrade Zulip". 2023-01-27 12:41:56 -08:00
contributing web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
development web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
documentation web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
git web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
images contributor docs: Add section on machine translation in Transifex. 2023-01-04 11:01:48 -08:00
outreach docs: Clarify where GSoC/Outreachy applicants should post intros. 2023-02-27 11:49:56 -08:00
overview puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
production docs: Document how to use SMTP without authentication. 2023-02-27 11:59:48 -08:00
subsystems webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
testing puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
translating web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
tutorials puppeteer_tests: Move to web/e2e-tests. 2023-02-23 16:04:17 -08:00
.gitignore
code-of-conduct.md
conf.py
index.md
Makefile
README.md
THIRDPARTY web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00

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.