Adds HTML Email support to Spree. Uses ERB for templates.
Provides an html layout for all emails and html templates for all of Spree's built in emails.
Uses the premailer-rails3
gem to inline CSS which works better for a lot of mail client (i.e. gmail).
Some of the HTML structure uses classes in the core.less
stylesheet from the HTML email template
found here: https://github.com/iloveitaly/email-newsletter-toolkit
Add Spree HTML email to your gemfile, and run bundle install:
gem 'spree_html_email', github: 'boombotix/spree-html-email'
- Joshua Nussbaum, @joshnuss
- Michael Bianco, @iloveitaly
- Ben Radler, @benradler
Released under the New BSD License