Software engineer

Dinitha Ransidu
Dinitha Ransidu is a software engineer and the creator of 10 Minute Temp Email and ImgTask. He writes from first-hand work building this receive-only inbox on Cloudflare Workers, D1, and R2.
Experience that actually applies here
The articles on this site come from building the inbox: Cloudflare Workers, Email Routing, D1 metadata, R2 storage, HTML sanitization, session cookies, and cleanup. I do not list degrees, awards, or a company office that does not exist.
Other project: ImgTask. Email: ransidu@imgtask.com. Corrections: editorial policy.
Articles
Temporary Email··4 min read
Temporary Email Explained: How Disposable and 10-Minute Inboxes Work
What a temporary email address is, how a 10-minute receive-only inbox works on this site, and how the names disposable, burner, throwaway, and tempmail relate.
Email Privacy··4 min read
How to Protect Your Email Address and Reduce Spam
A practical system for choosing a permanent address, an alias, or a 10-minute inbox so fewer sites get the address you actually use.
Temporary Email··4 min read
When You Should—and Should Not—Use Temporary Email
Responsible uses of a 10-minute inbox, and the accounts, recoveries, and third-party rules where a disposable address is the wrong tool.
Temporary Email··4 min read
Temporary Email vs Email Aliases vs Regular Email
Compare lifespan, recovery, privacy, sending, and account ownership so you can choose a 10-minute inbox, an alias, or a permanent address.
Developer Testing··4 min read
How We Built a Receive-Only 10-Minute Email Inbox
The architecture behind 10 Minute Temp Email: two Cloudflare Workers, D1 metadata, private R2 storage, Email Routing, and a cookie-bound session with no outbound mail.
Security··2 min read
Abuse Prevention and Privacy Design for a Temporary Inbox
How 10 Minute Temp Email limits abuse without claiming magic: receive-only mail, session cookies, hashed identifiers, optional Turnstile, cleanup, and responsible-use rules.
Security··3 min read
How Temporary Email Messages Are Sanitized and Deleted
How inbound HTML is cleaned on the Worker and again in the browser, which attachments are stored, and how expiration deletes D1 rows and R2 objects.
Developer Testing··4 min read
Testing Signup and Email Verification Flows with Temporary Inboxes
A QA checklist for exercising signup and verification mail with a 10-minute receive-only inbox, based on building this service. Use it only on systems you are authorized to test.
Guides··3 min read
Temporary Email Expiration and Verification Troubleshooting
What happens when a 10-minute inbox expires, why recovery is impossible, and how to catch verification mail before the timer ends.
Guides··2 min read
How to Create a Temporary Email Address
Create a 10-minute receive-only inbox in the browser, copy the address, catch inbound mail, and let the mailbox expire. No account required.