no debug
This commit is contained in:
parent
862ae313f4
commit
4845ef0074
@ -1138,7 +1138,7 @@ class common
|
|||||||
try {
|
try {
|
||||||
// Paramètres SMTP perso
|
// Paramètres SMTP perso
|
||||||
if ($this->getdata(['config', 'smtp', 'enable'])) {
|
if ($this->getdata(['config', 'smtp', 'enable'])) {
|
||||||
$mail->SMTPDebug = PHPMailer\PHPMailer\SMTP::DEBUG_CLIENT;
|
//$mail->SMTPDebug = PHPMailer\PHPMailer\SMTP::DEBUG_CLIENT;
|
||||||
$mail->isSMTP();
|
$mail->isSMTP();
|
||||||
$mail->SMTPAutoTLS = false;
|
$mail->SMTPAutoTLS = false;
|
||||||
$mail->SMTPSecure = false;
|
$mail->SMTPSecure = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user