How to Know When (and Where) Your Email Was Opened

The read receipt asks permission. A tracking pixel doesn't.

Advertisement

How to Know When (and Where) Your Email Was Opened

July 3, 2026 · 14 min read · Guides

You know the little checkbox in Outlook and Gmail labeled "request a read receipt." You tick it, you send the email, and then… nothing. No confirmation. The recipient opened your message four days ago and you never heard a thing. That's not a bug. It's the design working exactly as intended — against you.

A read receipt is a polite request. When the recipient's email client receives it, the client is supposed to pop up a dialog asking, "The sender would like to know you read this — send a receipt?" Most people click "No." Many clients don't honor the request at all, and plenty strip it silently before the user ever sees it. The entire mechanism depends on the person you're tracking agreeing to be tracked. You can guess how often that goes your way.

The read receipt asks permission. A tracking pixel doesn't. That single difference is why every email marketing platform on earth measures opens with a pixel and not a receipt.

There is a mechanism that doesn't ask: a tracking pixel — an invisible 1×1 image dropped into the body of the email. When the message is opened and the client loads that image, your server records the open. No dialog. No opt-in. It's the same technique behind every "open rate" number your marketing team has ever quoted. This guide shows you how it works, how to make one on InfoSniper's IP Logger and read the map of who opened your message — and, because we're not going to oversell it, exactly where Apple Mail and Gmail quietly break it.

Why the Read Receipt Almost Never Works

It's worth being precise about why the built-in feature fails, because it explains why the pixel exists at all. The MDN (Message Disposition Notification) standard that powers read receipts is opt-in by the reader at three separate points:

So the read receipt is both unreliable and thin. A pixel is the opposite: it doesn't ask, and it carries a payload of context — a timestamp, an IP address, and everything a geolocation lookup can derive from it.

READ RECEIPT (ASKS PERMISSION) "The sender wants to know you read this message." Send Don't Reader clicks "Don't" → You learn nothing. Many clients never even show the prompt, or ignore the request. TRACKING PIXEL (ASKS NOTHING) Email opens → client loads a 1×1 image it can't even see. No dialog. No opt-in. Server logs the request → Opened 9:42am · Denver Comcast · iPhone The reader is never asked, but see the Apple Mail / Gmail caveat below.

The Tracking Pixel: A Question Nobody Gets Asked

A tracking pixel — the older, more technical name is a web beacon — is a 1×1 pixel transparent image referenced in the HTML of your email.[1] It looks like this in the message source:

What lives inside the email
<img src="https://www.infosniper.net/ip-logger/p/aX9k2p.gif"
    width="1" height="1" alt="" style="display:none">

Here's the clever part, and the reason this works when read receipts don't: displaying an image requires downloading it. An email client can't show you a picture without first fetching it from the server it lives on. That fetch is an ordinary HTTP request, and every HTTP request carries the requester's public IP address and arrives at a specific moment in time. The image is transparent and one pixel wide, so the reader sees nothing. But the server sees a knock on the door — and it knows who knocked and when.

This is not a fringe hack. Most email marketing platforms embed exactly this kind of pixel to compute the "open rate" on every campaign. The difference with InfoSniper's pixel is that you own it, and instead of a rolled-up percentage in a dashboard you get each open plotted on a map with the city, ISP, and device attached.

Create an invisible tracking pixel now

Pick "Pixel" in the IP Logger, name it, and copy the ready-made image tag straight into your email. Every open lands on an interactive map — city, ISP, and device. No install, and your first pixel is free.

Create Your Tracking Pixel →

How an Invisible Pixel Logs an Open

Four steps sit between "recipient opens the email" and "pin on your map." Knowing the chain is what lets you judge how much to trust any single open.

1. Email opened Client starts rendering the HTML message 2. Pixel requested To show the 1×1 image the client fetches it from us IP + time arrive with it 3. Geolocation IP looked up in a geolocation database → city, ISP, device 4. Open on your map Timestamp + marker + ISP on your analytics page Steps 2 and 3 are where Apple Mail and Gmail interfere — they fetch or proxy the image themselves.

Step 1 is the only one that involves a human. Everything after it is automatic — which is both the strength (nobody has to agree to anything) and the weakness (a machine, not the reader, sometimes triggers step 2). The IP captured in step 2 is a hard fact about where the request came from. Turning it into a place in step 3 is an estimate from a commercial-grade geolocation database, excellent for a fixed home connection and much weaker for anything that pools or relays traffic. We break the accuracy down region by region in How Accurate Is IP Geolocation?

Create a Pixel on InfoSniper in Two Minutes

The pixel flow is deliberately short. There's nothing to install and no account required for your first tracker.

  1. Open the IP Logger and switch the tracker type to "Pixel." Unlike a link tracker, a pixel needs no destination URL — there's nothing to redirect to. Just give it a name you'll recognize later, like "Q3 proposal to Acme."
  2. Copy the embed code. InfoSniper hands you a ready-made HTML <img> tag, plus a plain URL and a BBCode version. The HTML tag is the one you want for email.
  3. Paste it into your email's HTML. In Gmail or Outlook you'll need to compose in HTML mode, or use the "insert image by URL" option and point it at the pixel URL. In a proper email tool, drop the tag anywhere in the body — the bottom is fine and least conspicuous.
  4. Send the email. Nothing looks different to the recipient; the image is one transparent pixel.
  5. Open your analytics link. Each open appears with a timestamp and lands on the map with the city, ISP, and device.
Test it on yourself first. Send the pixel email to your own address and open it on a phone that's not on your home Wi-Fi (use cellular). You should see one open appear. This tells you the tag survived your mail client's HTML handling — some clients rewrite or strip images, and it's better to find out before it matters.

Reading the Open: When, Where, and on What

Every logged open gives you three layers of information. They are not equally trustworthy, and knowing the order of confidence keeps you from over-reading a single ping.

Signal What it tells you How solid it is
Timestamp The exact moment the image was fetched Exact — but see Apple pre-loading below
ISP / network Residential, mobile, corporate, or a proxy/data center Reliable, and the field to read first
City marker Approximate metro the IP routes from Good on home broadband, shaky on mobile
Device & client Phone vs. desktop, and often the mail app Reliable unless masked by a proxy

The habit that separates careful users from credulous ones: read the ISP field before you trust the city marker. If the network name is a hosting or cloud provider — "Google LLC," "Apple Inc.," "Cloudflare," "Amazon" — you are almost certainly looking at a proxy, not the reader's home. That's your cue to distrust the pin. A residential ISP like Comcast or BT is your best-case open; the marker is probably in the right metro. Mobile carriers sit in between — often routed through a regional hub tens of kilometers from the reader.

One genuinely useful pattern: across multiple opens, a stable device-and-client fingerprint tells you whether the same person keeps returning to your message, even when the city jumps around. Three opens all reading "iPhone / Apple Mail" over two days is a recognizable reader re-checking your proposal — useful timing intelligence for a follow-up, even if two of those pings geolocate to an Apple data center.

Advertisement

The Big Caveat: Apple Mail and Gmail

This is the section that dishonest "email spy" tools leave out, and it's the one that will save you from an embarrassingly wrong conclusion. Two of the biggest email clients on the planet deliberately interfere with pixel tracking — in opposite ways, both of which distort what you see.

Apple Mail Privacy Protection: false opens

Since 2021, Apple Mail has shipped with Mail Privacy Protection, and it is on for a huge share of Apple users. When enabled, Apple pre-loads and caches all remote images through its own proxy servers the moment a message arrives — before the reader has opened anything.[2] Two consequences follow:

This matters because Apple Mail's slice of tracked email opens is enormous — measurements from email analytics firms have put Apple's share of opens above 50% in many datasets.[3] A large fraction of the opens you log on an email pixel will therefore be Apple pre-fetches, not people.

Gmail: the image proxy

Gmail plays a different game. Since 2013 it has served every remote image in an email through Google's own image proxy servers.[4] The pixel still loads — so you do usually learn the message was opened — but the IP that reaches you belongs to Google, not the reader. The device is often masked too. So Gmail opens tend to confirm the when reasonably well while erasing the where.

How a proxy sits between the reader and your pixel OTHER CLIENTS (direct): Reader's device real IP + city Your pixel logs it ✓ real location APPLE MAIL / GMAIL (proxied): Reader's device real IP hidden Apple/Google proxy fetches the image Your pixel logs the proxy's IP ✗ data center, not the reader

So does email open tracking still work? Yes — for the substantial share of recipients not reading in Apple Mail or Gmail, and, even for those two, as a "when" signal more than a "where" signal. Outlook desktop, Yahoo, Thunderbird, many corporate clients, and anyone who hasn't turned on Apple's protection will hand you a clean open with a real location. The mistake is treating every logged open as gospel. Read the ISP field, discount the data-center pings, and you'll get honest value out of it.

Want the open the second it happens?

On the free logger you get one tracker a day, 5-day retention, and an hourly digest teaser. InfoSniper Pro is a one-time $7 pass that unlocks unlimited pixels and links, the exact IP, city, ISP and full map on every open, instant on-open email alerts (know within seconds your proposal was read), custom codes, 1-year retention, and an ad-free experience. For time-sensitive email — a contract, a quote, a "did they even see it?" — the instant alert is the entire point.

See what Pro unlocks →

Where This Is Genuinely Useful

Stripped of the spy-movie framing, email open tracking is a mundane and widely used business tool. The legitimate uses are the ones worth building a habit around:

And the boundaries, because the tool is powerful and the failure mode is a confident wrong accusation:

Do not use a pixel to surveil a specific person's movements, publish or threaten someone with a location you pulled from an open, or treat a city marker as proof of who or where someone is. Tracking pixels are lawful for measuring opens on messages you send, but privacy laws such as GDPR can require disclosure or consent, and geolocation from an open gets you to a network and a metro area — never to a named individual. Use it to inform a decision, never to confront one.

InfoSniper's logger works two ways, and choosing the right one is the difference between a clean signal and no signal.

Pixel tracker Link tracker
What it is An invisible 1×1 image you embed A clickable short URL
Fires when The message/page is opened Someone clicks the link
Needs a click? No — nothing to click Yes
Best for Email opens, document/newsletter tracking DMs, bios, comments, QR codes, ads
Biggest blind spot Apple Mail pre-loading & Gmail proxy VPN / Private Relay on the clicker

Rule of thumb: if you want to know a message was opened without asking anyone to click, use a pixel. If you want a shareable URL and to know someone clicked, use a link tracker — which we cover end to end, including reading the click map, in IP Logger With a Map. Both plot their hits on the same interactive map.

Know the moment your email is opened

Create an invisible tracking pixel, drop it in your next email, and watch opens land on a map with city, ISP, and device. Free to start — upgrade to Pro for instant on-open alerts and unlimited pixels.

Create Your Tracking Pixel →

Frequently Asked Questions

How can I tell if someone opened my email?
Embed an invisible 1×1 tracking pixel in the message. When the recipient's email client loads the pixel image, your tracker logs the open with a timestamp and the connecting IP, which is geolocated to an approximate city, ISP and device. Unlike a read receipt, a pixel does not ask the recipient for permission. The main caveat is that Apple Mail and some clients pre-load or proxy images, which can produce false or masked opens.
What is an email tracking pixel?
A tracking pixel, also called a web beacon, is a tiny transparent 1×1 image embedded in an email or web page. Because displaying an image requires the client to fetch it from a server, that fetch reveals the reader's IP address and the time of the request. It is the same mechanism nearly every marketing platform uses to measure open rates, only here you control the pixel and see the location on a map with the InfoSniper IP Logger.
Can an email pixel show the exact location of the person who opened it?
No. The pixel captures the IP address that loaded the image, and a geolocation database estimates the approximate city that IP is routed from. That gets you to a metro area and a network, not a street address. Home broadband usually lands in the right city, while mobile, VPN and Apple Mail Privacy Protection can move the pin far from the reader or hide it entirely.
Does email open tracking work with Apple Mail and Gmail?
Partly. Since 2021 Apple Mail Privacy Protection pre-loads images through Apple proxies, so it can register an open the reader never made and hides their real IP and location. Gmail serves all remote images through Google's own image proxy, so opens geolocate to a Google data center rather than the reader. Tracking still works well for the many recipients on other clients, but you should not treat every logged open as a real person or a real location.
Is it legal to put a tracking pixel in an email?
Tracking pixels are used legally by most email marketing platforms and are generally lawful for measuring opens on messages you send. Rules tighten under privacy laws such as GDPR, which can require disclosure or consent for tracking, and it becomes abusive if used to stalk or surveil a specific individual. Treat a logged open as a business signal, never as proof of identity or grounds to confront someone.

Sources

  1. Wikipedia — "Web beacon" (the 1×1 tracking pixel and how it works) — en.wikipedia.org
  2. Apple — "Protect Mail activity in Mail" (Mail Privacy Protection hides IP & pre-loads remote images) — support.apple.com
  3. Litmus — "Email Client Market Share" (Apple Mail's share of tracked opens) — litmus.com
  4. Google Workspace / Gmail — images displayed via Google's proxy servers — support.google.com
  5. Apple — "About iCloud Private Relay" (exit IP maintains only your general region) — support.apple.com