RyanBalfanz / django-sendgrid

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

Handle display names better #7

Closed RyanBalfanz closed 11 years ago

RyanBalfanz commented 12 years ago

A SendGridEmailMessage might have a from_email of something like John Smith <john.smith@example.org>. This is currently allowed because an EmailMessage.from_email is a CharField, not an EmailField.

Either provide a mechanism for parsing emails with display names, or switch to an EmailField?

RyanBalfanz commented 12 years ago

See commit 90bf7c55edf82eac0f6353a15c275fd5e1b99402