This commit is contained in:
Fred Tempez 2023-03-28 13:13:04 +02:00
parent 862ae313f4
commit 4845ef0074
1 changed files with 1 additions and 1 deletions

View File

@ -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;