Logo
Technical Overview
Installation
Getting Started
Contributing Guide
Backend Guide
Audit Log
Authentication
Apple Authentication (beta)
Facebook Authentication
Twitter Authentication
GitHub Authentication
Authorization
Configuration
Data Update Scripts
Elasticsearch
Emails
Fastly
Internationalization (i18n)
Roles
Pusher
Notifications
Scheduled Jobs
Metrics
Tracking
Service Objects
Frontend
Admin Guide
Design Guide
Testing/QA Guide
FAQs
Troubleshooting
Licensing
Self Hosting Forem
Maintainers Guide
Forem Creators Guide
Powered by GitDocs
RepoDEVRuby docAPI doc
Forem Docs
Backend Guide
Emails

Previewing emails in development

You can view email previews at http://localhost:3000/rails/mailers.

Previews are setup in the directory spec/mailers/previews.

Overriding mailer templates

To update the contents of emails that the app sends, edit the views under app/views/mailers. Note that this app uses the devise_invitable gem for invitations. The views for this gem are stored under app/views/devise/mailer.

Table of Contents
  • Previewing emails in development
  • Overriding mailer templates