Skip to content
Snippets Groups Projects
Commit 5864394d authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #13554 from owncloud/issue/13482

Set the debugoutput channel to error_log instead of echoing it
parents 651c68fd d4657aa5
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ class OC_Mail {
$mailo->Port = $SMTPPORT;
$mailo->SMTPAuth = $SMTPAUTH;
$mailo->SMTPDebug = $SMTPDEBUG;
$mailo->Debugoutput = 'error_log';
$mailo->SMTPSecure = $SMTPSECURE;
$mailo->AuthType = $SMTPAUTHTYPE;
$mailo->Username = $SMTPUSERNAME;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment