mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sample
fix(config): Clarify smtp debugging config option usage
This commit is contained in:
commit
203581efce
1 changed files with 2 additions and 0 deletions
|
|
@ -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``
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue