I have a bulk email program and I use PHP mail function to send mails. I want to track bounced back mails.
PLease help me
Try to send mails using SMTP rather than ordinary mail() function. When using SMTP, i guess you can receive the bounced mails.
Paddy