action-mailer-patterns

Installation
SKILL.md

Action Mailer Patterns for Rails 8

Overview

Action Mailer handles transactional emails:

  • HTML and text email templates
  • Layouts for consistent styling
  • Previews for development
  • Background delivery via Active Job (Solid Queue)
  • Internationalized emails

Quick Start

bin/rails generate mailer User welcome password_reset

Configuration

Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026