Windemere at Smith Lake
Windemere at Smith Lake
You need to upgrade your Flash Player.
Message successfully sent!");
} else {
echo("Message delivery failed...
");
}
?>
NAME: ".$name."
EMAIL: ".$email."
MESSAGE: ".$message."
PHONE #: ".$phone."
REFERRAL SOURCE: ".$refer_source."
CITY: ".$city."
STATE: ".$state."
ZIP: ".$zip;
mail($home_email,$subject, $body, "From: ".$email."\r\nContent-Type: text/html");
//mail($agent_email,$subject, $body, "From: ".$email."\r\nContent-Type: text/html");
//echo "status=success";
?>