thoughtbot / griddler-sendgrid

SendGrid adapter for Griddler
MIT License
32 stars 35 forks source link

Fix parse error on special character in display name #25

Closed vgoodman closed 7 years ago

vgoodman commented 7 years ago

Mail does not handle special characters in the email display name. Switching back to plain email parsing + fixing empty display name.

vgoodman commented 7 years ago

Just noticed that this PR: https://github.com/thoughtbot/griddler-sendgrid/pull/24 addresses the same issue. Might be worth to just steal this test and use the fix from the other pr.

wingrunr21 commented 7 years ago

@vgoodman if you can split the test into an independent commit I'll cherry-pick it in

vgoodman commented 7 years ago

Closing in favor of: https://github.com/thoughtbot/griddler-sendgrid/pull/26