|
|
|
|
|
by laurencei
3243 days ago
|
|
I used to use MailCatcher - but I've switched to MailHog[0] Similar to MailCatcher, but it is built with Go so you dont need to compile etc - it just runs. I find it easier to install. [0] https://github.com/mailhog/MailHog |
|
One thing that I use MailCatcher for is its REST API. I can easily check for new messages from tests (eg: Cucumber).
I don't see anything about that for MailHog on its github page.