Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] Don't duplicate addresses in Sendgrid Transport#33210
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
db3b66c to665cee8Compare665cee8 to2706a97Comparesrc/Symfony/Component/Mailer/Bridge/Sendgrid/Http/Api/SendgridTransport.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedAug 17, 2019
Thank you@pierredup. |
…pierredup)This PR was merged into the 4.3 branch.Discussion----------[Mailer] Don't duplicate addresses in Sendgrid Transport| Q | A| ------------- | ---| Branch? | 4.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#33135| License | MIT| Doc PR | N/ASendgrid requires the `to`, `cc` and `bcc` fields to be uniqueCommits-------2706a97 Don't duplicate addresses in Sendgrid Transport
estelsmith commentedJun 18, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Is it possible to get this into |
xabbuh commentedJun 18, 2024
This PR was merged into the |
estelsmith commentedJun 18, 2024
You're right, it was merged and subsequently reverted on#37872. I'll look into this more and open a new issue if necessary. |
Sendgrid requires the
to,ccandbccfields to be unique