Service used: " . $ser;
//define the headers we want passed. Note that they are separated with \r\n
//$headers = "From: webmaster@example.com\r\nReply-To: webmaster@example.com";
//send the email
include 'mail_sent.php';
mail_sent($email, $togo, $subjectgo, $messagego);
//$mail_sent = @mail($togo, $subjectgo, $messagego);
$message = "Your enquiry with us.";
}
?>