Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 639 Bytes

Griddler::Postmark

An adapter for Griddler to allow Postmark to be used with the gem.

Installation

Add this line to your application's Gemfile:

gem 'griddler'
gem 'griddler-postmark'

Usage

Create an initializer with the following settings:

Griddler.configure do |config|
  config.email_service = :postmark
end

Then configure Postmark to use the endpoint specified in Griddler's docs.

More Information