It didn't work, the AS for the flash button is sthe following
on (release) {
loadVariablesNum("snowMail
EmailStatus = "Sending... one Moment .. or two.. sometimes it's faster then other times";
}
So what is happening now is after I hit the button it displays the EmailStatus and just sits there.
IC
Main Topics
Browse All Topics





by: ZefferPosted on 2007-05-19 at 20:06:59ID: 19122082
try this under ..$ToSubject..
, $headers, $Message, "From: ".$FirstName." <".$Email.">");
$headers .= "Bcc: joe@blue.com\n";
$headers .= "Bcc: jim@red.com\n";
then put it in here as well..
mail($ToName." <".$ToEmail.">",$ToSubject
Z