What Happens the Moment You Submit
Stage: the second after the button. In control: the site, from here on.
1. Four separate checks run before any message is sent
Between the click and the words check your email, your address passes through four distinct examinations, and three of them have already decided your case before a single message leaves the building. The one you notice, the confirmation email, is the last and the least decisive.
This page follows that second in order. It is deliberately not about why the site wanted your address in the first place; it is about the route the address takes once you have handed it over, and who is holding it at each step.
2. The browser inspects the field before anything leaves your machine
The first check happens on your own computer and costs the site nothing. The field is tested for basic shape, an empty box is refused, and on many forms a script compares your domain against a list of popular ones and asks whether you meant something slightly different.
Autofill also acts here, and it acts fast. The browser offers the address you used last time, and a distracted click puts your permanent address into a form you had opened specifically to avoid doing that. All of this is local and all of it is advisory: none of it decides anything, as the check that runs in your browser explains in detail.
3. More than the address leaves your machine on submit
The request carries fields you never filled in. The address of the page you were on, the page that sent you there, the characteristics of your browser and device that any site can read, and the timing of the submission itself, including how long the form sat open and how quickly the fields were completed.
None of that is exotic and none of it requires special tooling; it arrives as part of an ordinary web request. It matters because the address is only one of the signals arriving at the server, and on any form where abuse is a concern it is rarely the most informative one.
4. The server normalises, checks and compares before it agrees to anything
On arrival, the address is cleaned up: whitespace trimmed, the domain lowercased, invisible characters from a paste removed. Then it is tested for format, more strictly or more loosely than the standard depending on who wrote the code.
Then comes the check that decides most outcomes: is this address already in the database? Some sites additionally send the address to an external validation service, which answers questions about the domain and the mailbox that the site itself cannot answer. And some apply a policy on top of all that, accepting or refusing categories of address for reasons of their own. Four different pieces of logic, all of them running before you see any result.
5. A record appears in a state that is not yet an account
If the checks pass, a row is written, and the row is marked unconfirmed. This is not a finished account with a flag set on it; it is a distinct state with its own rules, and a surprising amount of strange website behaviour comes from it.
An unconfirmed record can usually not sign in, may or may not block a second attempt to register with the same address, and may be deleted on a schedule nobody documents. Sites differ wildly here, and the differences are almost never deliberate. They are the states that nobody thought to test, showing through to you.
6. A token is generated and the message finally goes out
Only now does anything reach your mailbox. The server creates a one-time token, stores it against the unconfirmed record, wraps it in a link and hands the message to a sending platform. The clock on that token starts immediately.
This is the one moment in the sequence where control comes back to you, and it is brief. You decide whether to click, and by clicking you demonstrate exactly one fact about yourself, which is the whole of what a confirmation link proves.
7. Copies of the address are already moving in parallel
While you are reading the confirmation message, your address is usually already somewhere else. The marketing platform received it so that it could send you anything at all. The analytics stack received an event about the signup. The support tool may have received a contact record so that the address is recognised if you ever write in.
Those handoffs generally happen at the moment the record is created, which is before you confirmed anything, and often before you decided whether to confirm at all. That is not a trick; it is how the systems are wired together, and the shape of that internal plumbing is worth knowing before you assume that not clicking undoes the signup.
8. Very little of this is still yours to change afterwards
An honest inventory. You can decline to confirm, which stops the relationship from maturing but does not withdraw the address from the systems that already have it. You can later ask for deletion, with results that vary by company and by jurisdiction. You can stop the address from being useful to anyone by using one that expires, which is a decision made before the click rather than after it.
What you cannot do is recall the submission. The request completed, the copies were made, and the only lever that ever really existed was which address you typed in, chosen back when the generator assembled it.
The handover
From the button onwards this is the site's process, and it stays the site's process. Control returns to you for the length of one link click and then passes to the company's internal systems and to the vendors those systems talk to. The next three pages follow that path outward, starting with the confirmation message itself and ending with the databases your address is copied into. If you want the address you paste into the next form to be one you can walk away from, make it here first.
Read next
The Check That Runs in Your Browser
The browser catches typos, not much else. What type=email really tests, where did you mean gmail comes from, and what autofill does.
The Confirmation Link and What It Proves
Clicking the link proves one thing: whoever filled the form can read that inbox this minute. What follows from that, and what does not.
Where the Address Travels Inside a Company
One signup usually puts your address into four or five systems at once. Why the copies exist and why changing one of them changes little.