$sendto="thehuman.com";
$emailsubject="Response from the feedback form.";
$thankyou="Your message been sent, thank you!";
if ($submit) {
if ($visitorName <= "")
$message="Please enter your name.";
else if ($visitorEmail <= "")
$message="Please enter your email address.";
else if ($comments <= "")
$comments="The visitor did not comment.";
if ($message)
echo ($message);
else {
mail("$sendto",
"$emailsubject",
"\r\nName: $visitorName\r\nEmail: $visitorEmail\r\nComments:\r\n$comments",
"From: $visitorName <$visitorEmail>");
echo ("$thankyou");
die();
}
}
?>
Get on the the e-mailing list. Not only will you be automatically entered into
random giveaways,
you will also be among the first to hear of website updates, new music downloads, live performances and any other breaking human news. It's free to join and you won't receive any third party mailings.
Just fill out the fields above and click submit. It's a very human thing to do!