mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix(config) : Clarity smtp debugging config option usage
Requires temporary `loglevel` adjustment "99%" (made up statistic) of the time as currently implemented. Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
5270ffc3a5
commit
8e00fcb1c8
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