Back to Spree

Emails

docs/developer/customization/emails.mdx

5.6.0693 B
Original Source
<Note> Emails are now part of `spree_emails` gem. If you use `spree_starter` you already have it installed. </Note>

Overview

Spree uses postmark templates, as a base for all transactional emails.

Email previews

Spree bundles ActionMailer previews for all of its transactional emails. They are served automatically in development — there is nothing to install.

Start the rails server locally and go to: localhost:3000/rails/mailers

(it requires a seeded development database in order to work properly, as the previews render real records)