spree_custom_email
Customize Spree’s transactional emails—subjects, headers and footers—for order confirmations, shipping notices, and more.
Installation
- In your Gemfile:
gem 'spree_custom_email', path: 'engines/spree_custom_email'
Run the following commands:
bundle install
rails g spree_custom_email:install
Features
- Custom Subjects
- Custom Header/Footer
- Per‑Store: Different templates and subjects per store.
Licence
AGPL-3.0-or-later. See LICENSE.