No release in over 3 years
Low commit activity in last 3 years
Adapter to allow the use of Postmark Parse API with Griddler
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0
>= 0

Runtime

 Project Readme

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