How to use Action Mailbox in Rails 6

Published: May 14, 2019, 1:39 p.m.

ActionMailbox is a new feature of Rails 6 for processing inbound emails to let users respond to your app via email. We'll do a quick rundown and build a simple reply by email feature to our app.