";
if (!$webos2->NotNULL ($friend_email))
$errStr .= "
Please fill out your friend's email address.
";
if (!$webos2->NotNULL ($errStr))
{
$iemail = $webos2->CF ("IEmail");
$btcName = "Body Therapy Center";
$btcEmail = "info@bodytherapycenter.com";
$subject = "Body Therapy Center - Tell A Friend";
$iemail->SetSender ($btcName, $btcEmail);
$iemail->SetSubjectLine ($subject);
$message = "A friend of yours wished to recommend us to you. Body Therapy Center is your neighborhood day spa, specializing in personalized service. Stay for an hour or an afternoon and you will leave feeling renewed. If you would like more information about us, please visit our website at http://www.bodytherapycenter.com/.\n\n$message";
$iemail->SetMessageBody ($message);
$iemail->AddRecipient ($friend_email, $friend_email);
$iemail->Send ();
header ("Location: thank_taf.html");
}
else
{
$errStr = "
$errStr
";
}
}
$webos2->ProcessLog ();
?>
Body Therapy Center