retrait du debug

pull/15/head
Gnieark 9 years ago
parent b269f20548
commit f8524060c4

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

Loading…
Cancel
Save