SesBlacklistRails

Gem Version CircleCI Maintainability Dependency Status

Installation

Add this line to your application's Gemfile:

gem 'ses_blacklist_rails'

And then execute:

$ bundle
$ bundle exec rails g ses_blacklist_rails:install

Configuration

in config/initializers/ses_blacklist_rails.rb

SesBlacklistRails.configure do |config|
  config.send_bounce = false
  config.send_complaint = false
  config.default_address = '[email protected]'
end

Contributing

Please let me know if you found any problems, by creating ISSUE reports or PRs.

License

The gem is available as open source under the terms of the MIT License.