How it works

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