In my application, I am notifying the users (via SMTP) when they are called for a new project.
The notification is an email with a simple template sent with Spring.
The issue is that I Have to know if the user had read the email or not. For this I have to integrate acknowledgment mails.
Any help !!