/spree_mail_settings

Mail setting functionality extracted from Spree.

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Spree Mail Settings

Build Status Code Climate


Installation

  1. Add this extension to your Gemfile with this line:

Spree >= 3.1

gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings'

Spree 3.0 and Spree 2.x

gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings', branch: 'X-X-stable'

The branch option is important: it must match the version of Spree you're using. For example, use 3-0-stable if you're using Spree 3-0-stable or any 3.0.x version.

  1. Install the gem using Bundler:
bundle install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.


Contributing

See corresponding guidelines


License

Copyright (c) 2014-2015 John Hawthorn and contributors, released under the New BSD License