Php Mail() Going To Yahoo Bulk Folder

liunx

Guest
i m sending mails in our website using the php mail() function, <br />for some yahoo ids it is going into the bulk folder of yahoo. <br />And i dont want the mails to go in the bulk folder.<br /><br />i m using the following code:<br /><br />$headers .= "X-Priority: 1\n"; <br />$headers .= "X-MSMail-Priority: High\n"; <br />$headers .= "Return-Path: <$from_email>\n";<br />$headers .= "Reply-To: <".$from_email.">\n";<br />$headers .= "From: $from_name <" . $from_email . ">\n";<br />$headers .= "X-Sender: <$from_email>\n";<br />$headers .= "X-Mailer: PHP4\n";<br /><br />mail($to_email,$subject,$message,$headers);<!--content-->
<a href="http://www.webmasterworld.com/forum88/4133.htm" target="_blank">http://www.webmasterworld.com/forum88/4133.htm</a><!--content-->
Welcome to the forums, dharmistha! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
Welcome to the forums, dharmistha <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to the forum, dharmistha. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to the forums, dharmistha<!--content-->
Welcome to the forums!<!--content-->
 
Back
Top