Create, Preview, and Send Email From Your Rails App
March 31, 2015
Rails 4.2 includes some handy new features in Action Mailer. In this brief tutorial, we’ll walk through how to send emails step-by-step using these new features!
For transactional email, consider using a service such as:
For newsletters, announcements, and bulk email, consider using a service such as:
For more details, check out Action Mailer Basics and the full mail method documentation.