Wednesday, July 15, 2009

How to configure mail server to allow my php email script work?

hi, may i know how to configure my yahoo mail server to allow my email script work ?





$pfw_header = "From:zxy@hotmail.com";


$pfw_subject = "Comfirmation";


$pfw_email_to = "$email";


$pfw_message = "This is to confirm we have gotten your email.";


mail($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
How to configure mail server to allow my php email script work?
Here is a working php email script. Also keep in mind that free mail service providers like yahoo and hotmail not allow you to connect directly to the mail servers. So, if you're trying to connect to your free yahoo or hotmail account and send the mail, then it will not work. http://profilefreebies.com/hosting/downl...

No comments:

Post a Comment