if(!$mail->Send()){ echo "Mailer Error: ".$mail->ErrorInfo; } else { header('Location : index.html'); }
if(!$mail->Send()){ echo "Mailer Error: ".$mail->ErrorInfo; } else { header("location:index.html"); }