Disposable email for developers: testing email flows without the mess
Disposable email for developers: testing email flows without the mess If you build web apps, you've probably tested email flows with your own address more times than you'd like to admit. Signup confirmations, password resets, notification digests, transactional receipts. Your personal inbox ends up full of test data, and half the time you can't tell the test emails apart from the real ones. Disposable email addresses are one way to deal with this, and honestly they're easier to set up than most of the "proper" solutions. The problem with testing email using your own address Besides the inbox clutter, there are real issues: You can only test one user flow at a time with one address If your app checks for unique emails (and it should), you have to keep coming up with variations Gmail's "+" trick works for some apps but not others, some strip the suffix Shared team inboxes for testing get messy fast when multiple people run t...