How to preview emails with ActionMailer::Preview on Rails
Jul 14, 2020 · 3 min read · We know how it's a pain to test e-mails in our dev environment. Thinking of it, on Rails 4.1, the ActionMailer::Preview was released, making it possible to view e-mails without actually sending them. Let's learn how to use this tool. First of all, w...
Join discussion