PHP Contact Form Not Sending Email
I'm writing to create a contact form on my website and then get the information sent to my inbox, however it is not working whatsoever. Please take a look at my code below (PHP is not my thing) and let me know where i've gone wrong. Here's the PHP script: <?php $to = 'example@gmail.com'; $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $tel = $_POST['tel']; $project = $_POST['project']; $range1 = $_POST['range1']; $range2 = $_POST['range2']; $body = <<<EMAIL Hi, my name is $name. I'd like to discuss the possibility of working together on a $project. My budget for