summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-08-06 23:40:18 +0200
committerGitHub <noreply@github.com>2024-08-06 23:40:18 +0200
commit206931cea74f5e02d26522be1ac967b8759d622b (patch)
treebbd503e6d46f5187fe523c22c6b7c4e5dcbbe2c1
parent1389863f42ad90be947dd15465744661b25226b4 (diff)
parenta7de510c349e095efa61f2b44c98736c65f6ad26 (diff)
downloadnextcloud-server-206931cea74f5e02d26522be1ac967b8759d622b.tar.gz
nextcloud-server-206931cea74f5e02d26522be1ac967b8759d622b.zip
Merge pull request #47085 from nextcloud/backport/46229/stable28
[stable28] fix(config): Clarify smtp debugging config option usage
-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 30bc5ef4f18..c13965e8e92 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -470,6 +470,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``
*/