Skip to content

aamir-tauqeer/spree_mail_settings

 
 

Repository files navigation

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

About

Mail setting functionality extracted from Spree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.6%
  • HTML 20.8%
  • Other 0.6%