Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello All,

Good Day !!!

I Need to track email that is wether the end user read the email or not if a end user read the email the count should be added into db.
The major constrain is i shold not use any links with in email body and also i should not use any images i serarch in google i could not find any thinhg regarding this could you please help me

Thanks in advance
Posted

1 solution

There's no 100% reliable way to do this unless you have complete control over the software used to read e-mails by the people you send messages to.

CodeProject is your friend: "How to know whether an email is delivered and read:"
"A Read-receipt is returned from the receiver to the sender when the email is read successfully by the recipient. Microsoft Outlook employs this mechanism but not all the email applications supports this, not only that a recipient can disable sending receipts altogether. Because of these factors, Read-receipts are not a completely reliable way of knowing the delivery of emails. The Read-receipt can be implemented by inserting one or more of the following lines into the email headers:"

[^]
 
Share this answer
 
Comments
[no name] 27-Oct-14 1:53am    
Thakns BillWoodruff Thanks for your Support

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