-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #53554 [Mailer] Add Resend bridge (welcoMattic)
This PR was merged into the 7.1 branch. Discussion ---------- [Mailer] Add Resend bridge | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | | License | MIT | Doc PR | symfony/symfony-docs#19432 | Recipe | symfony/recipes#1283 This PR adds a new Mailer bridge for [Resend](https://resend.com/). 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 Commits ------- df72253350 Add Resend Mailer bridge
- Loading branch information
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters