Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 613 Bytes

emails.md

File metadata and controls

27 lines (18 loc) · 613 Bytes
title section order
Emails
customization
10

Emails

{% hint style="info" %} Emails are now part of spree_emails gem {% endhint %}

Overview

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

Email previews

Spree offers an emails preview generator for development purposes. To generate them, use the command:

bundle exec rails g spree:emails:install

After that, start the rails server locally and go to: localhost:3000/rails/mailers

(it requires a seeded development database in order to work properly)