I want to have a functionality to send emails to millions of users, after searching i found that AWS SES can be a good fit. but i also want to track which user opened the email and which user clicked on the link.
I know that AWS SES can track the email open event but it can't track the link open action user by user. Is there any solution to track these event from the infra level so that i don't need to write queries to hit the DB on every link click?
Appreciate the help