https://github.com/thoughtbot/griddler-sendgrid
SendGrid adapter for Griddler
https://github.com/thoughtbot/griddler-sendgrid
Last synced: about 1 year ago
JSON representation
SendGrid adapter for Griddler
- Host: GitHub
- URL: https://github.com/thoughtbot/griddler-sendgrid
- Owner: thoughtbot
- License: mit
- Archived: true
- Created: 2014-04-04T18:16:19.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T22:58:07.000Z (over 1 year ago)
- Last Synced: 2025-03-14T15:49:18.640Z (about 1 year ago)
- Language: Ruby
- Size: 59.6 KB
- Stars: 32
- Watchers: 29
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Deprecated as of September 19, 2024
Griddler, and its related libraries, have been deprecated in favor of [ActionMailbox](https://guides.rubyonrails.org/action_mailbox_basics.html) since this is built into Rails now.
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.
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.
## About thoughtbot

This repo is maintained and funded by thoughtbot, inc.
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software!
See [our other projects][community].
We are [available for hire][hire].
[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com/hire-us?utm_source=github