Gem for sending emails in bulk.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'bulky', git: "https://github.com/17100262/rails-bulky.git"
And then execute:
$ bundle
Or install it yourself as:
$ gem install bulky
Add this to routes
mount Bulky::Engine => "/bulky"
Run following to generate migrations
rails g bulky:install
For generating views and mailers
rails g bulky:views
rails g bulky:mailers
For Generating controllers
rails g bulky:controllers
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.