Hi All,
I am using the mail function of PHP to send a mail. If the mail function returns 1, I know that the mail has been successfully sent, otherwise I know that there was some error while sending the mail.
Tracking the return value of the mail function, I can display a message appropriately.
But my problem is, how do I find out whether the mail has been successfully delivered to the intended receiver. How do I track that in PHP?
Any early help will be highly appreciated.
Regards,
Anirban