Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

spree-contrib/spree_mail_settings

Repository files navigation

⚠️ Deprecation notice ⚠️

This extension is deprecated and not maintained anymore. Please use standard Rails Action Mailer configuration instead. Also Spree Starter comes with Sendgrid pre-configured.

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