summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-10-02 12:59:29 +0200
committerLibravatar GitHub <noreply@github.com>2024-10-02 10:59:29 +0000
commit3f7dc10449c04fb54315144e6cdbf3bfb9b32227 (patch)
tree50ec46fade3a3d0bffa2faa982bede71c9b11605 /example
parentupdate go-structr to v0.8.11 (#3380) (diff)
downloadgotosocial-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.yaml1
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