__ __
/\ \__ /\ \__
___ ___ ___\ \ ,_\ __ ___\ \ ,_\ ___ ___ __
/'___\ / __`\ /' _ `\ \ \/ /'__`\ /'___\ \ \/ /' __` __`\ /'__`\
/\ \__//\ \L\ \/\ \/\ \ \ \_/\ \L\.\_/\ \__/\ \ \_ /\ \/\ \/\ \/\ __/
\ \____\ \____/\ \_\ \_\ \__\ \__/.\_\ \____\\ \__\ \ \_\ \_\ \_\ \____\
\/____/\/___/ \/_/\/_/\/__/\/__/\/_/\/____/ \/__/ \/_/\/_/\/_/\/____/
UNDER CONSTRUCTION (Waiting for upgrade on my account so I can upload php)
the form again.";
}
else{
$from="From: $name<$email>\r\nReturn-path: $email";
$subject="Message sent using your contact form";
mail("youremail@yoursite.com", $subject, $message, $from);
echo "Email sent!";
}
}
?>