//IF POST = submit then send the message.
if(isset($_POST['send_mail']))
{
$vname = $_POST['name'];
$address = $_POST['address'];
$phone = $_POST['phone'];
$email = $_POST['email'];
$comments = $_POST['comments'];
$message="You have received a contact request from your website.