I always quite liked MailHog
docker run --rm -p 1025:1025 -p 8025:8025 mailhog/mailhog
SMTP now lives on localhost:1025 and you have a webmail client on http://localhost:8025
localhost:1025
Me too! Compared to mailcatcher, it has more verbose logs and the http API is better for searching.
As part of a clients project, we’ve integrated mailcatcher for all non-prod environments (previously these environments would just ensure accessible email addresses were used)
Its not perfect but it’s pretty good at what it does.
I always quite liked MailHog
SMTP now lives on
localhost:1025
and you have a webmail client on http://localhost:8025Me too! Compared to mailcatcher, it has more verbose logs and the http API is better for searching.
As part of a clients project, we’ve integrated mailcatcher for all non-prod environments (previously these environments would just ensure accessible email addresses were used)
Its not perfect but it’s pretty good at what it does.