RyanBalfanz / django-sendgrid

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

Events Race Condition #54

Open hoddez opened 11 years ago

hoddez commented 11 years ago

Since an email is sent before the EmailMessage record is saved, events could fail if they come in before the email is saved. Working on a fix now