I am making it more simple and requesting to run this code in your server and send me the bounced mail. Please help me as I am not able to come out of this problem. Here is the code in PHP <? $headers=""; $myaddress="[EMAIL PROTECTED]"; // My address where I want to receive bounced mails. $headers .="Reply-to: $myaddress\n"; $headers .= "From: $myaddress\n"; $headers .= "Errors-to: $myaddress\n"; $headers = "Content-Type: text/html; charset=iso-8859-1\n".$headers;
$em="[EMAIL PROTECTED]"; // This is sending to a non existance address $sub="should bounce"; $body="body of the mail"; mail($em, $sub, $body, $headers); ?> Please run this in your site. In my site this code is not returning any bounced mails to my address. Where is the problem ? TIA Regards, Subhendu Mohapatra Freelance web designer www.plus2net.net [EMAIL PROTECTED] > I am sending mails from my site using this code in PHP > > > $address= "mailto:[EMAIL PROTECTED]; > > $headers.="Reply-to: $address\n"; > $headers .= "From: $address\n"; > $headers .= "Errors-to: $address\n"; > $headers = "Content-Type: text/html; charset=iso-8859-1\n".$headers; > mail($em, $sub, $temp, $headers); > > But bouncers are not returning to [EMAIL PROTECTED] . > > What is the problem? If I am giving a correct address then I am receiving > the mails and on hitting the reply button it is also going to > [EMAIL PROTECTED] So it should return all bouncers to > [EMAIL PROTECTED] but why it is not happening ? Any problem in the > code or can any one try this in your server and see they are receiving the > bouncers or not in a mail box. > > Please help me, I am about to finish one script and this is the most > important part of it. > > Regards, > Subhendu Mohapatra > Freelance web designer > www.plus2net.net ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
