If 'to' parameter has name and email, and the name has comma, it breaks the email address. #448
Labels
difficulty: unknown or n/a
fix is unknown in difficulty
type: non-library issue
API issue not solvable via the SDK
Issue Summary
Using @sendgrid/mail 6.1.4, when sending emails with the to parameter with both name and email:
Works fine. But if the 'name' has commas as:
It does not work. In that scenario sendgrid dashboard drops the email considering 'friend' as the invalid email instead of '[email protected]'.
The text was updated successfully, but these errors were encountered: