Skip to main content
How it works
- The service generates a random local part and a separate secret session token.
-
You copy the temporary address into a site that needs a short-lived verification inbox.
- Cloudflare Email Routing sends inbound mail to a Worker.
-
The message is bounded, parsed, sanitized, checked for likely codes and verification
links, then stored against the active inbox.
-
Your browser polls through a protected endpoint using the secret token; the address alone
cannot read the inbox.
- Access expires and scheduled cleanup removes ephemeral data.