https://github.com/sendgrid/sendgrid-engine-yard-ruby
Example Ruby app that shows how to use SendGrid on EngineYard
https://github.com/sendgrid/sendgrid-engine-yard-ruby
Last synced: 7 months ago
JSON representation
Example Ruby app that shows how to use SendGrid on EngineYard
- Host: GitHub
- URL: https://github.com/sendgrid/sendgrid-engine-yard-ruby
- Owner: sendgrid
- License: mit
- Created: 2013-08-06T22:40:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T21:54:54.000Z (about 1 year ago)
- Last Synced: 2025-03-05T22:34:01.511Z (about 1 year ago)
- Language: Ruby
- Size: 221 KB
- Stars: 5
- Watchers: 191
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Emails - Deploying SendGrid and Ruby on Engine Yard
Open Emails is a sample app by SendGrid to demonstrate how to deploy SendGrid on Engine Yard.
This particular version is a clone of the [PHP Open Emails app](https://github.com/sendgrid/sendgrid-engine-yard-php) authored by [Nick Quinlan](http://github.com/nquinlan).
## Deploying the App
- To deploy this app and integrate SendGrid follow the instructions [in our documentation](http://sendgrid.com/docs/Integrate/Partners/EngineYard.html#-Deploying-a-Ruby-App-With-SendGrid-and-Engine-Yard)
- You must then [point the Parse Webhook for your domain](http://sendgrid.com/docs/API_Reference/Webhooks/parse.html) at your instance, specifically at the endpoint `/parse`. Log in to SendGrid.com with the credentials provided by Engine Yard, to do this.
## Requirements
* Engine Yard Cloud (Tested on `Ruby 2.0.0` `stable-v4`)
* MySQL (Tested with `MySQL 5.5.x`)
## Questions/Comments/Help
Please contact Elmer Thomas: [@ThinkingSerious](http://www.twitter.com/thinkingserious) or [elmer.thomas@sendgrid.com](mailto:elmer.thomas@sendgrid.com)