Share this website with
a friend.
If you have a friend that could benefit from the
information on my website, just enter
your name and
their e-mail address below.
Privacy Statement: I hate spam as much as you
do. Your name, friend’s name, e-mail address or any other
information will never be sold or divulged in any way to
another company, person or entity. Your privacy is
paramount to me!
if (@$_POST['Send']=="Send")
{
$name=$_POST['name'];
$email=$_POST['email'];
$subject = $name. " recommends this site !";
$message= "Hello, \n\nYour friend " .$name. " thought you might be interested in visiting the following website: \n\n http://www.forrestpilates.com \n\n\n\n\n\n\n\nNote: This message was not sent unsolicited. It was sent through a form located at http://www.forrestpilates.com. If you believe this message was received on error, please disregard it.";
$headers = 'From: forrestpilates@hotmail.com' . "\r\n" . 'Reply-To: forrestpilates@hotmail.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion();
mail($email, $subject, $message, $headers);
echo "Your email was sent to: $email";
}
?>
|