joel danny Posted March 29, 2011 Share Posted March 29, 2011 Hi, I need to know the delete status of an email. I can able to make the Read status, but whether there is any tricks that we can make in order to know the status of our email (deleted from our users) Any help !! Ty JO Link to comment https://forums.phpfreaks.com/topic/232050-how-to-know-the-status-of-an-email/ Share on other sites More sharing options...
kenrbnsn Posted March 29, 2011 Share Posted March 29, 2011 Simple answer --- you can't. Once the email leaves your server there is very little you can find out about it. Complex answer --- You can put a Delivery Status Notification header in your email, but the user has control over whether the response is sent. See RFC 1891 for all the details. Ken Link to comment https://forums.phpfreaks.com/topic/232050-how-to-know-the-status-of-an-email/#findComment-1193668 Share on other sites More sharing options...
joel danny Posted March 30, 2011 Author Share Posted March 30, 2011 Simple answer --- you can't. Once the email leaves your server there is very little you can find out about it. Complex answer --- You can put a Delivery Status Notification header in your email, but the user has control over whether the response is sent. See RFC 1891 for all the details. Ken Hi Ken, Thanks for your posting, yes i will try out those RFC Thank you J Link to comment https://forums.phpfreaks.com/topic/232050-how-to-know-the-status-of-an-email/#findComment-1194225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.