Fancy Emails with MJML
Play
12:41 CC

Fancy Emails with MJML

#411 Jul 23, 2023 pro
Managing email styling and formats can be a large task so having a templating framework in place to help manage these will not only help them be consistent, but also easier to maintain as time goes on. In this episode, we'll look at implementing MJML as well as solving some common problems.

Email Tracking
Play
15:11 CC

Email Tracking

#407 Jun 25, 2023 pro
In this episode, we take a user privacy focused approach to tracking emails for unique opens and view counts. We'll look at how we can track these emails without invading the user's privacy and get meaningful metrics.

Local Mail Delivery
Play
8:39 CC

Local Mail Delivery

#329 Dec 26, 2021 pro
Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.

Incoming Emails with Action Mailbox
Play
12:10 CC

Incoming Emails with Action Mailbox

#165 Dec 23, 2018 pro
Handling and routing incoming emails into your application can be a daunting task. In this episode, we take an early look into the upcoming Action Mailbox in Rails 6.0 which greatly simplifies the process.

Mail Previews and Templates
Play
8:31 CC

Mail Previews and Templates

#58 Dec 11, 2016 free
Using ActionMailer::Preview preview email samples without sending them. Using Zurb's Foundation for Emails, learn how to use email templates with the Ink framework.