Set the debugoutput channel to error_log instead of echoing it

remotes/origin/create-share-target-reuse
Joas Schilling 12 years ago
parent ff5715779c
commit d4657aa592
  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