How to catch and test sent e-mails in your app

A nice gem (literally, it’s a Ruby program) I stumbled upon yesterday is called MailCatcher. Using MailCatcher you can catch all the mail that’s being sent by the app you’re developing and (re)view their contents. MailCatcher makes this possible by running (or rather being) a simple SMTP server. All you’ve got to do is direct your …

How to catch and test sent e-mails in your app Read More »