Contact EveryoneHealthy
You did not pass human robot verification. Please try again.
';
} else {
// All Good, let's send the email!!!
mail("admin@everyonehealthy.com", $_POST['subject'], $_POST['message'], "From: " . filter_var($_POST['from'], FILTER_VALIDATE_EMAIL) . "\r\n");
echo '
Jolly Good Show! Your message has been sent!
';
}
}
?>