Hello! Thank you for your fantastic template! I hope you can help me figure this out.
My site http://www.ereaton.com is hosted on Godaddy and I've been getting an Error 500 when attempting to submit the contact form (which is at http://www.ereaton.com/contact.html.
I learned through googling, this forum, and the docs that I needed to configure it for SMTP. I've added the following to sendemail.php.
$mail->IsSMTP();
$mail->Host = "mail.ereaton.com";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = true;
$mail->Port = 25;
$mail->Username = "ed_eaton@ereaton.com";
$mail->Password = "(password)";
Do you have any thoughts what could be causing the error and how to fix it?
Thank you!
