Skip to content

simplicitybg/griddler-postmark

 
 

Repository files navigation

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

About

Postmark adapter for the Griddler gem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%