Installation

Add this line to your application's Gemfile:

gem 'konsierge-smtp-mailer'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install konsierge-smtp-mailer

Usage

Run:

$ rails g konsierge_smtp_mailer:install

Set new mailer in environment files:

$ config.action_mailer.delivery_method = :konsierge_smtp_mailer

Build gem

$ gem build konsierge-smtp-mailer
$ rake build
$ GEM_HOST_API_KEY=<key> gem push pkg/konsierge-smtp-mailer-<version>.gem