Merge pull request #13554 from owncloud/issue/13482
Set the debugoutput channel to error_log instead of echoing it
This commit is contained in:
commit
5864394d1a
|
@ -61,6 +61,7 @@ class OC_Mail {
|
||||||
$mailo->Port = $SMTPPORT;
|
$mailo->Port = $SMTPPORT;
|
||||||
$mailo->SMTPAuth = $SMTPAUTH;
|
$mailo->SMTPAuth = $SMTPAUTH;
|
||||||
$mailo->SMTPDebug = $SMTPDEBUG;
|
$mailo->SMTPDebug = $SMTPDEBUG;
|
||||||
|
$mailo->Debugoutput = 'error_log';
|
||||||
$mailo->SMTPSecure = $SMTPSECURE;
|
$mailo->SMTPSecure = $SMTPSECURE;
|
||||||
$mailo->AuthType = $SMTPAUTHTYPE;
|
$mailo->AuthType = $SMTPAUTHTYPE;
|
||||||
$mailo->Username = $SMTPUSERNAME;
|
$mailo->Username = $SMTPUSERNAME;
|
||||||
|
|
Loading…
Reference in New Issue