RyanBalfanz / django-sendgrid

SendGrid for Django
http://pypi.python.org/pypi/django-sendgrid
97 stars 26 forks source link

SendGrid Event Metadata #15

Closed RyanBalfanz closed 11 years ago

RyanBalfanz commented 12 years ago

Overview

The driver is support for tracking bounce event data.

A bounce event looks like

Bounce
event   email   status  reason  type    category
bounce  Message recipient   3-digit status code Bounce reason from MTA  Bounce/Blocked/Expired  The category you assigned

but there's currently no tracking on the additional metadata.

References

RyanBalfanz commented 11 years ago

Although not all events with metadata are supported, closing this for now.