Skip to content

jorgenj/spree_async-mailers

 
 

Repository files navigation

SpreeAsync-mailers

SpreeAsync-mailers is an extension to move spree's mailers to use sidekiq queues for delivery. This speeds up alot of operations that kick off sending mail since the view templating time is taken out of your controller's response time.

This gem can be used in conjunction with devise-async to make all of spree's mailers async.

Requirements

Spree (2.3+) Sidekiq (2.3+) Devise-Async (Suggested)

Todo

Allow multiple async backends like Devise-Async provides. Write tests

Installation

Add spree_async-mailers to your Gemfile:

gem 'spree_async-mailers'

Copyright (c) 2014 Justin McNally, released under the New BSD License

About

Send spree mail async

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published