Testing Emails in Development with Mailcatcher Discussion
I've recently discovered another tool to catch emails: https://github.com/mailhog/... It is implemented in Go, and could be installed via Homebrew on macOS. Can't say if it is better than MailCatcher in any way :)
I wrote some time ago a gem https://github.com/markets/... to test/preview emails. The approach is totally different: you should prepare data for emails in a config file but then you can easily navigate, in your browser, through all your emails without the need of sending them.
Very cool. Like the built-in Rails mailer previews but with a UI. http://guides.rubyonrails.o...
Another option I like is mailtrap.io, which has a free plan for 1 inbox. I like it because it shows HTML, HTML source, text, and raw output, plus spam analysis and html validation.
Really Nice Video!
But I have a question: Is it 100 % sure that mailcatcher won't send real emails (to real user)?
I'd like to point to my docker image, which is maintained.
It now runs mailcatcher 0.8.2 and is built using Alpine Linux making it one of the smallest available images.
You can find it here https://hub.docker.com/r/stpaquet/alpinemailcatcher