diff --git a/src/act.php b/src/act.php index 40dee64..d1144fd 100644 --- a/src/act.php +++ b/src/act.php @@ -147,7 +147,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'];