Jump to content

User information track when he read email


Guest Kavijit

Recommended Posts

Guest Kavijit

Dear All, I have one project in my institute. Its call Track user information when he read email. I getting problem actually how i get information when any user read my email. Actually there i use SQL data base / Html News letter/ One image. I have problem with following point : 1) how i know when my image call form server? 2) how i get email from server who read message? 3) How i change value of read insteed of no when he read message? 4) Is there any code or variable to support email value from server? Please if help if any one have idea about this it would appreciable. Thanks in advance. Best regards, Kavijit.

Link to comment
Share on other sites

I'm guessing that you want to place an image in an e-mail and have your server store weather or not the person has read it, and your server to e-mail you when they have read it.If so then I belive that should be quite easy. Here's how: Set the mime type of the script using Response.ContentType, then include the image. I think #Include should work - don't quote me on that.Then what you will need to do is request the querystring from the requested URL. (e.g. in the html of the e-mail you have your tracking image displayed by having

<img src="http://www.yourserver.com/logo.asp?id=12345">

. There tracking code will have to be different for each e-mail you send)Then you update your tracking field in your databse (To say 1, or true, etc) where the record ID matched your tracking ID from the querystring.Finaly you get your script to send yourself an e-mail with the querystring ID, or whatever it is you want it to tell you.Hope that helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...