Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi... I am developing web site for bulk mail sending i want a code for how many time mail view by the mail recipient ( For Example if some recipient read mail thrice time than ans is 3) please provide me some link or code for that... thanks in advance.... :)
Posted
Updated 18-Nov-13 19:57pm
v3
Comments
Prasad Khandekar 30-Oct-13 4:08am    
Hello,

I assume that on your website whenever user clicks on the message you open a new window to display the message contents. In such a scenario you can write the necessary update count statement in the page responsible for displaying the message. (page load event).
If you are using AJAX to retrieve the message contents and display it in a dialog then in that scenario you can write this update code in the method which serves the data back to the caller.

Regards,
Richard MacCutchan 30-Oct-13 6:00am    
You cannot get this information unless you add the read-receipt request to the mail message, and even then the user can disable sending such responses.

Refer my previous answer - Track Email - Get Response when Email is Read[^].

But this approach is not 100% guaranteed, as there is preference settings in mail clients.
So. user can enable/disable any preferences.
 
Share this answer
 
Hi,

Use below link for reference to achieve your requirement.

http://www.aspnetemail.com/samples/emailtracker/default.aspx[^]

Thanks & Regards

CBSharma
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900