Sha256: 6cdbfe094864e3d08884c6b689d13c43988e0c2bfcb8b31e29a205d89bfe7b52

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

Griddler::Sendgrid
==================

This is an adapter that allows [Griddler](https://github.com/thoughtbot/griddler) to be used with
[SendGrid's Parse API].

[SendGrid's Parse API]: https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/

Installation
------------

Add this line to your application's Gemfile:

```ruby
gem 'griddler-sendgrid'
```

Usage
-----

* SendGrid has done a [great
  tutorial](https://sendgrid.com/blog/receiving-email-in-your-rails-app-with-griddler/)
  on integrating Griddler with your application.
* And of course, view our own blog post on the subject over at [Giant
  Robots](http://robots.thoughtbot.com/handle-incoming-email-with-griddler).
* *Note:* Make sure to uncheck the "Spam Check" and "Send Raw" checkboxes on the [Parse Webhook settings page](http://sendgrid.com/developer/reply), otherwise the returned parsed email will have the body stripped out.

More Information
----------------

* [SendGrid](http://www.sendgrid.com)
* [SendGrid Parse API](https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/)

Credits
-------

Griddler::Sendgrid was extracted from Griddler.

Griddler was written by Caleb Thompson and Joel Oliveira.

![thoughtbot](http://thoughtbot.com/images/tm/logo.png)

The names and logos for thoughtbot are trademarks of thoughtbot, inc.

License
-------

Griddler is Copyright © 2014 Caleb Thompson, Joel Oliveira and thoughtbot. It is
free software, and may be redistributed under the terms specified in the LICENSE
file.

Griddler::Sendgrid is Copyright © 2014 Caleb Thompson and thoughtbot. It is free
software, and may be redistributed under the terms specified in the LICENSE
file.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
griddler-sendgrid-1.2.0 README.md