diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-06 23:33:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 23:33:15 +0200 |
commit | 203581efced844c2ecceefc415985b91d0ab955b (patch) | |
tree | 7462f1e09dabf503293c76169d33724c2d37bab3 /config | |
parent | f0b658014a2402ee652288831fa065fe4f04f7cc (diff) | |
parent | 8e00fcb1c8ec1ee68520a49508d3df4ee2b6d7f1 (diff) | |
download | nextcloud-server-203581efced844c2ecceefc415985b91d0ab955b.tar.gz nextcloud-server-203581efced844c2ecceefc415985b91d0ab955b.zip |
Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sample
fix(config): Clarify smtp debugging config option usage
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index f2d06d9acea..67b5069dfce 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -493,6 +493,8 @@ $CONFIG = [ /** * Enable SMTP class debugging. + * NOTE: ``loglevel`` will likely need to be adjusted too. See docs: + * https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html#enabling-debug-mode * * Defaults to ``false`` */ |