Email tracking sounds invasive until you see the mechanism, at which point it becomes almost disappointingly simple. There is no software on the recipient's machine and no connection to your mailbox. There is one image.
The mechanism, step by step
- You paste a snippet into your draft. It is an ordinary image tag pointing at a URL that ends in a unique key.
- You send the email. The image is not attached; only the link to it travels.
- Your recipient opens the message. Their mail client sees the image tag and asks our server for that file.
- Our server notes the time, hashes the requesting IP address, records the browser string, and returns a transparent one-pixel image.
- Your dashboard shows a receipt.
That is it. The email itself is never touched again after it leaves you, and the tracker never has access to anything except requests for its own image.
What is stored, precisely
A timestamp. A one-way hash of the IP address, which lets us tell two different openers apart without ever holding an address we could look up. A user-agent string, which is how the device type is worked out. Nothing else, because nothing else is ever sent to us.
A tracking pixel cannot read a message for the same reason a doorbell cannot see inside your house. It only knows that somebody pressed it.
Why mail providers get in the way
Gmail and Outlook proxy remote images through their own servers before showing them to you. The request we receive comes from a data centre rather than a person, which is why a proxied open has a reliable time and an unreliable location. Apple Mail goes further and fetches images in advance, whether the message is ever opened or not.
This is a good thing for privacy and an annoying thing for accuracy, and any tool that pretends otherwise is selling you certainty it does not have.
How to read a receipt properly
Treat the timestamp as solid, the open count as good, the device as probable and the location as a bonus that is often missing. Treat silence as silence. That is the honest reading, and it is still far more than you knew before you sent it.

