Sha256: 8c9f2df3b561a1c84be0fb046ad1282d615e9b236ae7d8b58d246b722fec770a

Contents?: true

Size: 767 Bytes

Versions: 2

Compression:

Stored size: 767 Bytes

Contents

# Griddler::PostmarkCustomized

Customized adapter for [Postmark](http://developer.postmarkapp.com/developer-inbound-parse.html) to use with [Griddler](https://github.com/thoughtbot/griddler)

Original gem - [griddler-postmark](https://github.com/r38y/griddler-postmark)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'griddler'
gem 'postmark_customized'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install postmark_customized

## Usage

Create an initializer with the following settings:

```ruby
Griddler.configure do |config|
  config.email_service = :postmark_customized
end
```
## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postmark_customized-0.1.1 README.md
postmark_customized-0.1.0 README.md