@@ -504,7 +504,7 @@ |
||
504 | 504 | if (config()->get('debug')) { |
505 | 505 | $this->mailer->SMTPDebug = SMTP::DEBUG_SERVER; |
506 | 506 | |
507 | - $this->mailer->Debugoutput = function ($message) { |
|
507 | + $this->mailer->Debugoutput = function($message) { |
|
508 | 508 | Debugger::addToStore(Debugger::MAILS, LogLevel::WARNING, $message); |
509 | 509 | |
510 | 510 | $logFile = logs_dir() . DS . date('Y-m-d') . '.log'; |