retrait du debug

This commit is contained in:
Gnieark 2015-12-05 20:19:11 +01:00
parent b269f20548
commit f8524060c4

View File

@ -64,7 +64,7 @@ switch($_POST['act']){
$mail = new PHPMailer;
$mail->isSMTP();
//$mail->IsHTML(true);
$mail->SMTPDebug = 2;
//$mail->SMTPDebug = 2;
$mail->Debugoutput = 'html';
$mail->Host = $smtpParams['host'];
$mail->Port = $smtpParams['port'];