7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

docs: fix smtp port default value

See: https://discuss.overhang.io/t/default-smtp-configuration-timeout/2367
This commit is contained in:
Régis Behmo 2022-01-27 11:55:17 +01:00 committed by Régis Behmo
parent 5958af86e3
commit d4a47ded38

View File

@ -163,7 +163,7 @@ SMTP
- ``RUN_SMTP`` (default: ``true``)
- ``SMTP_HOST`` (default: ``"smtp"``)
- ``SMTP_PORT`` (default: ``25``)
- ``SMTP_PORT`` (default: ``8025``)
- ``SMTP_USERNAME`` (default: ``""``)
- ``SMTP_PASSWORD`` (default: ``""``)
- ``SMTP_USE_TLS`` (default: ``false``)