debog smtp

This commit is contained in:
Gnieark 2015-12-30 16:14:46 +01:00
parent 6fe9c77ced
commit 51170695a6

View File

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