diff options
author | 2024-10-02 12:59:29 +0200 | |
---|---|---|
committer | 2024-10-02 10:59:29 +0000 | |
commit | 3f7dc10449c04fb54315144e6cdbf3bfb9b32227 (patch) | |
tree | 50ec46fade3a3d0bffa2faa982bede71c9b11605 /example | |
parent | update go-structr to v0.8.11 (#3380) (diff) | |
download | gotosocial-3f7dc10449c04fb54315144e6cdbf3bfb9b32227.tar.xz |
[docs] Update smtp docs to mention starttls + port 587 (#3378)
* [docs] Update smtp docs to mention starttls + port 587
* remove misleading ssl bit
* further tweaks
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index 84bbe4718..c3c53d6f6 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -817,6 +817,7 @@ oidc-admin-groups: [] smtp-host: "" # Int. Port to use to connect to the smtp server. +# In the majority of cases, you should use port 587. # Examples: [] # Default: 0 smtp-port: 0 |