Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(admin) email cfg - NC loglevel 0 required for Mailer debugging #11080

Conversation

joshtrichards
Copy link
Member

@joshtrichards joshtrichards commented Aug 28, 2023

☑️ Resolves

It also arose in nextcloud/server#40073 (and anytime anyone has email config problems) that the documentation doesn't make clear that enabling mail_smtpdebug alone doesn't provide the debug output. This is because the output it generates is still sent to the debug level of the NC logger. So global loglevel also has to be set to 0 during troubleshooting. This just adds a note about that as well as how to turn it back off.

🖼️ Screenshots

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
@joshtrichards joshtrichards changed the title (admin) email cfg - NC loglevel 0 required for Mailer debugging (admin) email cfg - NC loglevel 0 required for Mailer debugging Aug 28, 2023
@szaimen szaimen added this to the Nextcloud 28 milestone Aug 30, 2023
@joshtrichards joshtrichards merged commit 23b257d into nextcloud:master Aug 30, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: SMTP Debug mode seem not to work in 26 // "mail_smtpdebug" option ignored
2 participants