action-mailer-patterns
Installation
SKILL.md
Action Mailer Patterns for Rails 8
Overview
Action Mailer handles transactional emails in Rails:
- HTML and text email templates
- Layouts for consistent styling
- Previews for development
- Background delivery via Active Job
- Internationalized emails
Quick Start
# Generate mailer
bin/rails generate mailer User welcome password_reset