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 readthedocs: Add proper backlink to the Zulip homepage. 2021-07-06 10:59:59 -07:00
_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
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
code-of-conduct.md
conf.py docs: Convert .html#fragment links to .md#fragment. 2022-02-28 16:28:31 -08:00
index.md docs: Reorganize contribution documentation. 2022-09-21 21:55:36 -07:00

README.md

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.