Merge pull request #13554 from owncloud/issue/13482

Set the debugoutput channel to error_log instead of echoing it
remotes/origin/create-share-target-reuse
Morris Jobke 12 years ago
commit 5864394d1a
  1. 1
      lib/private/mail.php

@ -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;

Loading…
Cancel
Save