Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 286 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 286 Bytes

SpreeEmailLog

Tracks emails being sent from spree

Installation

Add spree_email_log to your Gemfile:

gem 'spree_email_log'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_email_log:install