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] Add Resend bridge#53554
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
b08c198 to8beb4dcCompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Tests/ResendApiTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Tests/ResendApiTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Transport/ResendApiTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Transport/ResendApiTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Webhook/ResendRequestParser.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedJan 16, 2024
Please add a PR to |
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedJan 18, 2024
Thank you@welcoMattic. |
…ation (welcoMattic)This PR was squashed before being merged into the 7.1 branch.Discussion----------[Mailer] [Resend] Add Resend webhook signature verification| Q | A| ------------- | ---| Branch? | 7.1| Bug fix? | no| New feature? | yes| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Issues |Fix#53554 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->| License | MITFollow up of#53554. At this time I missed webhook signature verification. To complete the Bridge before 7.1 release, here it is!I plan to add more webhook payloads in test, I asked Resend to send me example, because some are tough to reproduce.Commits-------8daa804 [Mailer] [Resend] Add Resend webhook signature verification
Uh oh!
There was an error while loading.Please reload this page.
This PR adds a new Mailer bridge forResend.
In addition, it handles the webhooks sent by Resend for various events (sent, delivered, delivery_delayed, bounced, clicked, opened, complained).
The bridge and webhooks has been tested in a real 7.1 project (I can provide the reproducer if anyone want to test it).
Thanks to@zenorocha and all the Resend team for this tool!
NB: Docs PR will land later this week