Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project is regarding with bulk email sending as java web project, using Amazon Simple Email Service. I have a requirement such that, in the body of email there wll be a link to some document like pdf,doc etc. It need store the details of who clicked that link, and when it clicked etc. How can implement this part?
I have no Idea. Any help..
Posted

1 solution

It need store the details of who clicked that link, and when it clicked etc
In order to track such details, you cannot do anything in email process or content as such - because you cannot control users system emails.

Though the possible option is to host those documents on some webportal and there track the users who try to access them. Document link will be in email, which when clicked, will take user to that document posted on portal. When user hits that url, you will know details of who and when, keep a record.
 
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