Can a Disposable Address Be Traced?
In short. The address itself leads nowhere. Everything around it can lead somewhere, and none of that changes because the address expires. Here is what each party in the chain actually sees, including us.
The direct answer
A disposable address is not connected to your name, your phone, your other mailboxes or your payment details, because none of those were ever collected. In that narrow sense it cannot be traced back to you.
That narrowness is the whole story. The address is one field in a transaction that contains many fields, and the others are unaffected by which mailbox received the confirmation.
What the site you signed up to sees
Everything it normally sees, minus a reusable address.
Your IP address, which locates you to a city and identifies your connection to your provider. Your browser and device, whose combination of version, fonts, screen size and settings is often unique enough to recognise you across visits. Your behaviour: what you clicked, in what order, how long you took.
And, crucially, whatever you typed. A delivery address, a card, a phone number or your real name in a form field identifies you completely, and no email address can undo that. This is the most common way people believe themselves anonymous while being fully identified. Selling something privately is the everyday version: the listing address can be thrown away, while the meeting place, the phone number and the name on the transfer cannot.
What we see, stated exactly
We checked our own systems before writing this rather than describing what would sound good.
No access logs. The web server in front of this site is not configured to write a per-request access log, so there is no file recording which IP loaded which page. Its log contains service events such as certificate renewals, and occasionally a warning that includes the address of whoever triggered it.
No IP addresses in the database. The schema has no field for them. Your address, your messages and the timestamps are stored; the network origin is not.
Rate limiting in memory only. To stop one client hammering the signup form we count requests per address in the running process. Nothing is written to disk and everything is lost on restart.
Cloudflare sits in front of us. It terminates the connection, so it sees visitor IP addresses and keeps aggregate analytics under its own retention policy. This is true of a large share of the web and it is true here, and it would be dishonest to describe our own restraint without mentioning it.
Messages are deleted on the stated schedule. A guest mailbox and its contents go twenty four hours after last use, immediately when you request a new address, and nothing is archived or backed up.
What the sender of a message sees
Less than people fear and more than nothing.
They know the message was accepted by our servers. If it contains a tracking pixel and it renders, they know it was opened, roughly when, and the IP that loaded the image. We strip scripts and isolate message bodies, which limits active content, but a remote image is still a remote image. The traffic runs the other way too: what the headers record about their message is fully visible to you, and reading it is how you tell a real sender from one wearing a familiar name.
They know the domain, which tells them you used a disposable service, and some senders treat that as a signal in itself.
They do not learn your other addresses, because there is no link between them. That missing link is most of the practical value, and it shows clearest when a database leaks: an address used at one site and nowhere else has nothing to be matched against.
What a lawful request can reach
Worth setting out honestly, because "cannot be traced" is a claim people bet things on.
From us: the contents of a mailbox that still exists, and its timestamps. Once deleted, there is nothing to produce, and that is a property of the design rather than a policy we could choose to relax under pressure.
From Cloudflare and our hosting provider: connection level records under their own policies, which are not ours to describe.
From your internet provider: the identity behind an IP address at a point in time. This is the link that matters, and no email service can affect it.
The realistic conclusion is that a disposable address is a poor tool against a determined investigation with legal powers, and a perfectly good tool against a marketing database.
Disposable and anonymous are different words
They get sold as synonyms and they are not.
Disposable is about duration: the address stops existing. Anonymous is about attribution: nobody can tell it was you. A service can deliver the first completely and has almost no influence over the second, because attribution happens at layers below the mailbox.
Any service promising anonymity is selling you disposability with better adjectives. Ours included, which is why we say so here rather than on a page you would have to look for.
What would actually improve anonymity
Not email. The chain of identification runs through your network connection and your browser, so the meaningful tools operate there: a VPN or Tor for the network layer, a browser configured to resist fingerprinting, and above all not volunteering identifying information in forms.
Even then, the practical weak point is usually behavioural rather than technical: the same nickname, the same writing habits, the same working hours.
If your safety depends on not being identified, this is a specialist problem and a throwaway mailbox in a browser tab is not the tool for it. Saying that plainly is more useful than any feature we could add.
Where we draw the line
We will not claim invisibility, because we cannot deliver it, and because promising it would attract exactly the users for whom the failure would be most serious.
What we do promise is narrow and real: the address disappears on schedule, nothing is archived, and we do not collect what we do not need.
Read next
Is Disposable Email Legal?
Using one is legal almost everywhere. Breaking a site rule is not the same as breaking a law, and the difference matters.
Reading Email Headers
The sender name is decoration. How to read the headers of a message, check SPF and DKIM, and tell a forgery from the real thing.
Your Own Catch-All Domain
A domain plus a catch-all mailbox gives you unlimited private addresses. What it costs, what it fixes, and who should not bother.