Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: What do you use for throwaway email inboxes in CI pipelines?
3 points
by
devdoc83
2 days ago
Testing auth flows (password resets, magic links, email verification) always requires a real inbox. Curious what the HN crowd is actually using.
Mailhog? Mailtrap? Something else? Rolling your own?
1 comments
amtamt
2 days ago
https://github.com/axllent/mailpit
link