I know the php mailer works…well it should I’m 95% sure it’s the host (yahoo web hosting). Now the hosting does in fact suppot php and it states it supports the mail() function but it has a php mail setup but it’s for sending not receiving. So is it possible to only suppor the mail() sending function and not the mail() receiving function…sorry if I sound like an idiot but I don’t know much about php just trying to set up a form for a client. I’ve gone over the kirupa tutorial and even uploaded senoculars source swf and tested and still no luck (thats why im assuming it’s the host) if anyone has any ideas please help me out, this is all I need to finish off this site and I’m tired of looking at it. Thanks
the php mail() function is for sending not recieving e-mails. Recieving takes a bit more work than that and I’m sure yahoo does not support that.