I have a question about tracking email. I've made a server that tracks an email by the inserting the target URL into <img>
.
Until now all is good, but if the user (the sender) opens the email, the server gets a GET
Request from the Google image proxy. Now this is bad, because this tracking URL was targeting the recipients and not the sender.
I've thought of changing the URL in the sender's side like MailTrack.io does, but don't know how.