* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
9 lines
202 B
Markdown
9 lines
202 B
Markdown
---
|
|
title: Previewing 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`.
|