Quote:
Originally posted by sanver
Hi,
I am using CDONTS for sending mails from my website, I want to know wheather mail is being opened by user or not, if opened then i want to know his IP,date and time of mail opened,his geographic location.
I want all this information will be saved to DB when user open the mail or will be emaild to me when user open the mail.
I hope some one really hlp me in thisb regards
Pankaj Sutradhar
|
I think I found some code that will help you:
------>> 'This line here sets the Read receipt, you must enter and email address
objCDO.Value("Disposition-Notification-To") = "someone@receiptto.com" <<-----
Hope this helps. I tried it an it worked grerat..
breeze76