From 3f7dc10449c04fb54315144e6cdbf3bfb9b32227 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:59:29 +0200 Subject: [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 --- example/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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 -- cgit v1.2.3