Hi,
I would like to know if there are any way to notify the sender of a email that the receiver has opened the email.
Should this be done in javascript??
Any help would be appreciate.
Wing
make an html mail include the following
<img src="http://yourserver.com/yourtrack.php?param1=xxxx¶m2=yyyyy¶m3=zzzzz" width="1" height="1">
This creates a request to yourserver.com to the yourtrack.php script posting the parameters after ?. From there on it's your deal what values you put in params and what you do with it. Param1 could be user ID and then it gets logged to a dbase.
Anyway since the image is 1x1 pixel nobody notices there really is nothing there. yourtrack.php need not return a value or image.