We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01885f1 commit 56b46c7Copy full SHA for 56b46c7
webhook.rst
@@ -27,13 +27,18 @@ Brevo ``mailer.webhook.request_parser.brevo``
27
Mailgun ``mailer.webhook.request_parser.mailgun``
28
Mailjet ``mailer.webhook.request_parser.mailjet``
29
Postmark ``mailer.webhook.request_parser.postmark``
30
+Resend ``mailer.webhook.request_parser.resend``
31
Sendgrid ``mailer.webhook.request_parser.sendgrid``
32
============== ==========================================
33
34
.. versionadded:: 6.4
35
36
The support for Brevo, Mailjet and Sendgrid was introduced in Symfony 6.4.
37
38
+.. versionadded:: 7.1
39
+
40
+ The support for Resend was introduced in Symfony 7.1.
41
42
.. note::
43
44
Install the third-party mailer provider you want to use as described in the
0 commit comments