"Stop giving out your real email" is good advice with at least three competing implementations. They look similar from a distance — each one puts something other than your primary address into a form — but they behave completely differently the moment something goes wrong.

We build a disposable inbox service, so treat the recommendation here accordingly. It is also genuinely the case that for a lot of signups, an alias is the better tool, and pretending otherwise would not help anyone.

The one-line decision rule

Will you ever need to receive mail at this address again? If yes, use an alias. If no, use a disposable inbox. If the mail is from someone you already trust and you just want it filed neatly, plus addressing is enough.

Almost every case resolves on that question alone. The rest is detail.

The three approaches

Plus addressing

Most mail providers let you append a tag to your address with a plus sign. Mail to [email protected] lands in [email protected], and you can filter on the tag.

It is free, instant, and requires no accounts. It is also not a privacy measure in any meaningful sense: your real address is plainly visible in the string, and removing the tag takes one line of code. Some signup forms strip it deliberately to prevent duplicate accounts, and others reject the plus character as invalid. Useful for organisation, close to useless for concealment.

Alias and relay services

An alias is a distinct, permanent address that forwards to your real mailbox. Your address never reaches the sender. Several well-known options exist — Apple's Hide My Email, Firefox Relay, DuckDuckGo Email Protection, SimpleLogin, and Addy.io among them — and if you own a domain you can do the same yourself with a catch-all rule and per-service addresses.

The important property is revocability. When an alias starts receiving junk, you switch off that one address and everything else carries on untouched. You also learn something: the alias that leaked tells you exactly which company sold or lost your data. Most relays let you reply through them as well, so the alias works as a real two-way address.

The cost is setup and a dependency. You need an account with the relay provider, or a domain to maintain, and your mail now passes through one more party.

Disposable inboxes

A temporary email address is not connected to your real mailbox at all. Mail arrives in a browser-based inbox, and both the address and the messages are discarded within hours. There is no account and nothing to configure.

It is the strongest option in one specific situation: you need to receive exactly one message and want no ongoing relationship with anyone. No account with a relay provider, no domain, no forwarding, nothing accumulating in your real inbox.

Its weaknesses follow directly from that. You cannot reply, messages do not persist, and if the inbox expires you have no route back to any account attached to it. See how temporary email works for why those constraints are structural rather than missing features.

Side by side

Attribute Temp mail Alias Plus tag
Setup None — an address exists on page load Account with a relay provider, or your own domain None — just type it
Lifespan Hours; abandoned by design Permanent until you switch it off As long as the underlying mailbox
Hides real address Yes, completely Yes, completely No — it is visible in the address
Can reply No, receive-only Yes, through the relay Yes
Survives a leak Nothing to leak Disable the alias, keep the mailbox Poorly — the base address is exposed
Blocked by sites Frequently Sometimes Occasionally, and easy to strip
Best for One-time codes you will never revisit Recurring accounts you want to keep Filing and filtering mail you already trust

When each one is the right call

Reach for a disposable inbox when

  • You need a verification code once and will never return to the service
  • Something is gated behind an email wall and you only want the file
  • You are testing your own signup or password-reset flow and want a clean address each run
  • A captive portal wants an address before letting you online
  • You do not want to create an account anywhere, including with a relay provider

Reach for an alias when

  • The account is one you expect to keep, even loosely
  • You might need a password reset later
  • You may need to reply to the sender
  • You want to identify which company leaked your address
  • The signup form rejects disposable domains
  • There is any chance of a receipt, warranty, or booking reference arriving

Reach for a plus tag when

  • You already trust the sender and simply want the mail labelled
  • You are separating your own systems — alerts, receipts, notifications
  • You want zero setup and are not trying to hide anything

The mistake almost everyone makes

Using a disposable inbox for an account that turns out to matter. It happens because the decision is made at the wrong moment — signing up, when the account feels disposable — rather than months later, when you need to get back in.

The failure is total. There is no password reset, because the reset can only be sent to an address that no longer accepts mail, and no support process, because nobody can verify the inbox was ever yours. Anything you put into that account is gone.

A reasonable habit: if there is any possibility of a receipt, a warranty, a booking, or stored work, use an alias. The extra thirty seconds buys you a recoverable account.

What about your own domain?

If you own a domain, a catch-all rule gives you unlimited permanent aliases with no third party involved — service-name@yourdomain.com for every signup, filed or blocked individually. It is the most flexible option available and it costs a domain registration.

Two caveats. Your domain becomes a single point of failure, so losing it or forgetting to renew takes every address with it. And a small custom domain with a catch-all looks structurally identical to a disposable service, so it occasionally trips the same blocklists — one of the false positives covered in why websites block disposable email.

Using them together

These are layers, not competitors. A setup that works well in practice:

  1. Real address: almost nobody

    Banking, healthcare, government, employer, your password manager, your domain registrar. Accounts where losing access would be genuinely painful.

  2. Aliases: everything you keep

    Shopping, subscriptions, social accounts, tools. One alias per service where practical, so a leak is traceable and revocable.

  3. Disposable inboxes: everything you do not

    One-time downloads, trials you will not continue, forums you are reading once, Wi-Fi portals.

  4. Plus tags: sorting, not hiding

    Labelling mail from senders you already trust.

Most people never get past step one, which is exactly why a single address ends up in a decade of breach dumps. Even adopting step three alone is a real improvement.

Frequently asked questions

What is plus addressing?

Adding a tag to your existing address after a plus sign, so mail to [email protected] arrives in your normal inbox at [email protected]. It costs nothing and needs no setup, but the base address is right there in the string, so anyone can remove the tag and reach you anyway.

Is an email alias better than a temporary email?

For anything you intend to keep, yes. An alias is permanent, can be disabled if it starts attracting junk, and lets you reply. A disposable inbox is better only when you genuinely never want to hear from the sender again and do not want an account anywhere.

Can companies strip the plus tag from my address?

Easily, and some do — either to normalise addresses and stop duplicate signups, or because their form rejects the plus character outright. Treat plus addressing as an organisational convenience rather than a privacy control.

Do alias services get blocked by signup forms?

Sometimes. Relay provider domains are well known and occasionally appear on the same blocklists that catch disposable addresses, which is frustrating given an alias is permanent. Using an alias on a domain you own avoids this almost entirely.

Can I use more than one of these approaches?

That is the sensible setup. Disposable inboxes for throwaway verifications, aliases for accounts you keep, plus addressing for sorting mail from senders you already trust, and your real address given out to almost nobody.

Related reading

For the risk assessment on disposable inboxes specifically, see is temp mail safe and legal? If your underlying goal is a quieter inbox, how to stop spam emails covers the rest of the toolkit.