Form not working on my website

Avatar
  • Answered
For http://crowntastic.com (user: xxxxx pass: xxxxxx) I am using a free HTML5 template called "Oxygen". My problem is that the sendmail.php file does not send out email from the contact form. Here is the sendmail.php code; btw the email address it sends to has been tested so that's not the issue; any help is very much appreciated! "; $headers[] = "Reply-To: <{$from}>"; $headers[] = "Subject: {$subject}"; $headers[] = "X-Mailer: PHP/".phpversion(); mail($to, $subject, $message, $headers); die;
Avatar
Arn
Hello [email protected], Sorry for the PHP-based email form not working on your website. You may need to adjust your form to use SMTP in order to work. Check out Why won't my PHP app send mail? This tutorial describes the settings for SMTP that will help resolve your mail sending issue. I hope that helps to answer your question! If you require further assistance, please let us know! Regards, Arnel C.