This commit is contained in:
Thomas Zilio 2018-09-28 15:17:26 +02:00
parent 22d7bbec33
commit e4a6b7c7b0
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Mail extends PHPMailer\PHPMailer\PHPMailer
// Impostazioni di debug
$this->SMTPDebug = App::debug() ? 2: 0;
$this->Debugoutput = function ($str, $level) {
[] = $str;
$this->infos[] = $str;
};
// Impostazioni dell'host