From 4845ef00747f0c2034d4aef1d1680579c48fc455 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 28 Mar 2023 13:13:04 +0200 Subject: [PATCH] no debug --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index f89aab7a..c8bc265f 100644 --- a/core/core.php +++ b/core/core.php @@ -1138,7 +1138,7 @@ class common try { // Paramètres SMTP perso if ($this->getdata(['config', 'smtp', 'enable'])) { - $mail->SMTPDebug = PHPMailer\PHPMailer\SMTP::DEBUG_CLIENT; + //$mail->SMTPDebug = PHPMailer\PHPMailer\SMTP::DEBUG_CLIENT; $mail->isSMTP(); $mail->SMTPAutoTLS = false; $mail->SMTPSecure = false;