File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,19 @@ receive webhook calls from this provider.
24
24
25
25
Currently, the following third-party mailer providers support webhooks:
26
26
27
- =============== ==========================================
28
- Mailer service Parser service name
29
- =============== ==========================================
30
- Mailgun ``mailer.webhook.request_parser.mailgun ``
31
- Postmark ``mailer.webhook.request_parser.postmark ``
32
- =============== ==========================================
27
+ ============== ==========================================
28
+ Mailer Service Parser service name
29
+ ============== ==========================================
30
+ Brevo ``mailer.webhook.request_parser.brevo ``
31
+ Mailgun ``mailer.webhook.request_parser.mailgun ``
32
+ Mailjet ``mailer.webhook.request_parser.mailjet ``
33
+ Postmark ``mailer.webhook.request_parser.postmark ``
34
+ Sendgrid ``mailer.webhook.request_parser.sendgrid ``
35
+ ============== ==========================================
36
+
37
+ .. versionadded :: 6.4
38
+
39
+ The support for Brevo, Mailjet and Sendgrid was introduced in Symfony 6.4.
33
40
34
41
.. note ::
35
42
You can’t perform that action at this time.
0 commit comments