Closed tmimura39 closed 3 years ago
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.
A suggested improvement could be to manually de-duplicate rather than raising an error. The python and C# libraries are adding this functionality: https://github.com/sendgrid/sendgrid-python/issues/788 https://github.com/sendgrid/sendgrid-csharp/pull/991
(I admittedly didn't know that SendGrid would bounce an email back and am receiving this error, when I would rather just have the duplicates removed and the email sent)
I also have the same problem, if the same email address is in to and cc, then SendGrid::DuplicatePersonalizationError
is raised.
@JenniferMah Hi, I'm using the latest build and having issues with 2 related scenarios:
Hi @netwire88 Could you please open a new issue with this information?
Sure
Issue Summary
About the duplicate check added by https://github.com/sendgrid/sendgrid-ruby/pull/437 It's not accurate to be case insensitive.
Steps to Reproduce