Jump to content

Your E-mail is opened by receiver !!!


Mil1243

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.