aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-08-06 23:33:15 +0200
committerGitHub <noreply@github.com>2024-08-06 23:33:15 +0200
commit203581efced844c2ecceefc415985b91d0ab955b (patch)
tree7462f1e09dabf503293c76169d33724c2d37bab3 /config
parentf0b658014a2402ee652288831fa065fe4f04f7cc (diff)
parent8e00fcb1c8ec1ee68520a49508d3df4ee2b6d7f1 (diff)
downloadnextcloud-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.php2
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``
*/