-
Notifications
You must be signed in to change notification settings - Fork 411
Email sending failed (drop) if there is a "," in the mail to name #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @sanaulla123, This is a known issue and is in our backlog for a fix. Unfortunately, I don't have a timeline for the fix. However, here is a workaround: sendgrid/sendgrid-python#291 (comment) With Best Regards, Elmer |
Any update on this? This is very surprising to see this kind of issues remaining not fixed for such long time. Thanks. |
Good news @sanaulla123 and @idntfy! This is issue is now resolved. Thank you for your patience :) |
Still experiencing, I can provide SMTP-ID and MSGID if it's fine from privacy perspective (it doesn't look they can expose something, but I don't want to do this without your confirmation). Please reopen. |
My apologies, I was thinking of this issue: sendgrid/sendgrid-python#302 |
I have added your vote to this issue. Getting this fixed is a matter of priority. More +1s on this issue will help it rise in the backlog. Thanks! |
For Java, for ourselves, applied the following workaround, which escapes it when needed:
(using |
Closing this as it has been marked a non-library issue. |
Issue Summary
If the mail to name contains ",", The mail gets dropped and the email becomes the text before ",".
Sample code:
Steps to Reproduce
Below is the status of the email sent with the Mail to name given above.

Any other information you want to share that is relevant to the issue being reported. Especially, why do you consider this to be a bug? What do you expect to happen instead?
Technical details:
The text was updated successfully, but these errors were encountered: