I am sending mails from my site by PHP code (  mail($em, $sub, $temp,
$headers);  )
 and wants to capture bouncers in one email address.( My intention is to
remove those bounced address ).  I have set the from address like this
$from="From:[EMAIL PROTECTED]\n;
$headers = $from."Content-Type: text/html; charset=iso-8859-1\n";

It is sending mails with from address [EMAIL PROTECTED] address but
bouncers are not returning to this address.

Is there any better way of doing this ?


Regards,
Subhendu Mohapatra
Freelance web designer
 www.plus2net.net
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to