Mil1243 Posted July 5, 2007 Share Posted July 5, 2007 Is there any code that we add it to our E-mails and when the receiver open that Email, it inform us that "Your E-mail opened by receiver !!!" ? Link to comment https://forums.phpfreaks.com/topic/58597-your-e-mail-is-opened-by-receiver/ Share on other sites More sharing options...
micah1701 Posted July 5, 2007 Share Posted July 5, 2007 are you sending the mail w/ PHP's mail() function? If so, i don't think there's much you can do programmatically in sending as I'm pretty sure that there is no standard SMTP header for a return receipt. This is usually a server based feature. (ie, e-mails send from within MS Outlook) but then since you posted this in the javascript section that apprently not your goal. E-mails don't read javascript so thats out of the question. the standard practice is to send an HTML e-mail with an image hot linked from your own server (often just a 1x1 pixel clear gif). Then on your server you check to see if the image was viewed and there you have it. The only problem is that now most e-mail clients block images from being displayed with out some action first from the end user. so good luck with that. Link to comment https://forums.phpfreaks.com/topic/58597-your-e-mail-is-opened-by-receiver/#findComment-290659 Share on other sites More sharing options...
Mil1243 Posted July 5, 2007 Author Share Posted July 5, 2007 thx how can i understand that the image was viewed? Link to comment https://forums.phpfreaks.com/topic/58597-your-e-mail-is-opened-by-receiver/#findComment-290822 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.