Skip to content

Commit 2087281

Browse files
authored
Update SMTP configuration instructions
Added note about disabling TLS for SMTP servers.
1 parent aac3c84 commit 2087281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/troubleshoot/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ In some deployments, there may be SMTP servers that do not support authenticatio
4242

4343
If your SMTP server does not support TLS or SSL, you can disable encryption by setting `MAIL_USE_TLS` and `MAIL_USE_SSL` to `false`. However, it is recommended to use authentication and TLS encryption.
4444

45+
> [!NOTE]
46+
> If your SMTP server does not support TLS, you must set `MAIL_USE_TLS` to `false` (`true`by default)
47+
4548
Server is sending emails with a celery worker. If you are not receiving emails, check if celery worker is running. Check logs for sending emails in the `celery-worker` container:
4649
```shell
4750
$ docker logs celery-worker

0 commit comments

Comments
 (0)