RyanBalfanz / django-sendgrid

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

Small bug in method get_body_data() for EmailMessage in models.py? #63

Closed yellowcap closed 11 years ago

yellowcap commented 11 years ago

In the method get_body_data() in sendgrid/models.py, line 269 I think return self.subject.data should probably be replaced with return self.body.data.

RyanBalfanz commented 11 years ago

Thanks, @yellowcap!