←back to thread

298 points mooreds | 1 comments | | HN request time: 0.209s | source
Show context
nwgo ◴[] No.42176594[source]
I don't understand. What are use cases for using this or Mailpit? Can't you just create a new email address on existing server and check it? Why do you need different setup and different infra?
replies(2): >>42176735 #>>42176953 #
1. hoistbypetard ◴[] No.42176953[source]
Local development of an app that will send email. For example, when I'm building a django app, running it via `runserver`, I don't want it to go to an external mail server. And using the console logger for SMTP gets really noisy. Being able to point my browser at Mailpit's web UI lets me see all the messages the app has sent.

It's particularly nice for things like magic links and testing that email confirmations are working.