"The truth is
a storm of birds flying, the actor is the nest where they will rest,
but only for a brief moment.
Actors train all their life to get ready for this brief moment."
Anatoli Vassiliev
if (isset($_POST['email'])){
$email = $_POST['email'];
$name = $_POST['name'];
list($userName, $mailDomain) = split("@", $email);
if (!checkdnsrr($mailDomain, "MX")) {
// this is a nonvalid email domain!
?>