Created 10/18/2007, updated 3/12/2024
Mailtrap is a "fake" SMTP server that allows you to really send mails in your Rails tests; it doesn't actually deliver the messages anywhere, but writes them to /var/tmp/mailtrap.log for your inspection. Not sure whether I'll use this but it's an interesting option.
All snippets