I followed up with an email linked to my hosting account but this is is what what i got
Hi. This is the qmail-send program at outgoing.x10hosting.com.I'm afraid I wasn't able to deliver your message to the following addresses.This is a permanent error; I've given up. Sorry it didn't work...
Hi,
I want users to send me mails using the contact page on my site and this is my send_email.php code
<html>
<head>
<title></title>
</head>
<body>
<?php
$email_to = 'www.*******@gmail.com';
$name = $_POST['name'];
$email = $_POST['email']...