kals Posted June 30, 2006 Share Posted June 30, 2006 Is there some way to find out if an email has been read or not when sending emailsI mean other than the "Disposition-Notification-To:" headerI have seen many sites/programs offering over 90% accuraccy in finding if email has been read or not also many sites state that they can do so without alerting the reciepient of the email. Does anyone know how this can be done?Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/13271-read-notification-emails/ Share on other sites More sharing options...
redarrow Posted June 30, 2006 Share Posted June 30, 2006 For an internal system yes, but for a normall example hotmail system no.i think that the email provider has got a code set that when a user reads an emailthe email provider code sends a confirmation back to the sender and updates that senders database okbut i dont think that hotmail or free email providers provide that service for free ok. Quote Link to comment https://forums.phpfreaks.com/topic/13271-read-notification-emails/#findComment-51097 Share on other sites More sharing options...
kals Posted June 30, 2006 Author Share Posted June 30, 2006 anyone else?there has to be a way so many people claim to do it. Quote Link to comment https://forums.phpfreaks.com/topic/13271-read-notification-emails/#findComment-51432 Share on other sites More sharing options...
nogray Posted June 30, 2006 Share Posted June 30, 2006 Just google "Web bug" and you'll get tons of way of doing it.Basically you create a server side file (php, asp, or whatever) that will record if the email was open and return a small image (could be just a spacer).Using a web bug will increase your spam score with many email providers (but not much) Quote Link to comment https://forums.phpfreaks.com/topic/13271-read-notification-emails/#findComment-51436 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.