Hacker News new | ask | show | jobs
by Ocha 703 days ago
Add https://mailsnag.com to the list. You can share email samples with others for the review and it also allows receiving emails for your prod env - send emails to your app and process them in it.
1 comments

Don't they all "allow receiving emails from your prod env"? They all speak SMTP. What am I missing?
The idea is that, in a a test environment, we should not actually deliver the mails to the recipient, instead making them available on a web page (or through an API).