This commit is contained in:
gnieark 2015-12-04 23:31:48 +01:00
parent 298af6c7af
commit c2d512c268

View File

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