still having problems
I don't know how much business I've lost, but I'm getting really frustrated. Back in March, I found that this worked:
$WAGLOBAL_Email_Server = "pop.secureserver.net" ;
And assumed it was working. But when I checked it today, it is not working again. Following Neilo's suggestion, I changed this line to:
$MailFrom = "tim@timfleming.com".
((isset($_POST["Email_address"]))?$_POST["Email_address"]:"") ."";
Still not working!