0.0
No release in over 3 years
Low commit activity in last 3 years
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

SendgridEvents

TravisCI Code Climate Ruby Gems

SendgridEvents is a gem designed to give your application Sendgrid postbacks. With these postbacks you are more able to track the status of your emails programatically.

This gem creates a SendgridEmailRecord table for this tracking and you can attach handlers to specific events.

Installation

add

gem 'sendgrid_events'

to your Gemfile and run

bundle install

After that you'll want to run:

rails g sendgrid_events:install
rake db:migrate

Finally, you'll want to edit your config/initializers/sendgrid_events.rb. Currently you just have the option to include or disclude certain event handlers.

This project rocks and uses MIT-LICENSE.