mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Bugfix
This commit is contained in:
parent
22d7bbec33
commit
e4a6b7c7b0
@ -163,7 +163,7 @@ class Mail extends PHPMailer\PHPMailer\PHPMailer
|
|||||||
// Impostazioni di debug
|
// Impostazioni di debug
|
||||||
$this->SMTPDebug = App::debug() ? 2: 0;
|
$this->SMTPDebug = App::debug() ? 2: 0;
|
||||||
$this->Debugoutput = function ($str, $level) {
|
$this->Debugoutput = function ($str, $level) {
|
||||||
[] = $str;
|
$this->infos[] = $str;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Impostazioni dell'host
|
// Impostazioni dell'host
|
||||||
|
Loading…
Reference in New Issue
Block a user