File tree 2 files changed +11
-4
lines changed
Filter options
2 files changed +11
-4
lines changed
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ via a third-party provider:
105
105
Service Install with Webhook support
106
106
===================== =============================================== ===============
107
107
`Amazon SES `_ ``composer require symfony/amazon-mailer ``
108
- `Brevo `_ ``composer require symfony/brevo-mailer ``
108
+ `Brevo `_ ``composer require symfony/brevo-mailer `` yes
109
109
`Infobip `_ ``composer require symfony/infobip-mailer ``
110
110
`Mailgun `_ ``composer require symfony/mailgun-mailer `` yes
111
- `Mailjet `_ ``composer require symfony/mailjet-mailer ``
111
+ `Mailjet `_ ``composer require symfony/mailjet-mailer `` yes
112
112
`MailPace `_ ``composer require symfony/mail-pace-mailer ``
113
113
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
114
114
`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
Original file line number Diff line number Diff line change @@ -82,15 +82,22 @@ Currently, the following third-party mailer services support webhooks:
82
82
=============== ==========================================
83
83
Mailer service Parser service name
84
84
=============== ==========================================
85
+ Brevo ``mailer.webhook.request_parser.brevo ``
85
86
Mailgun ``mailer.webhook.request_parser.mailgun ``
87
+ Mailjet ``mailer.webhook.request_parser.mailjet ``
86
88
Postmark ``mailer.webhook.request_parser.postmark ``
87
89
Sendgrid ``mailer.webhook.request_parser.sendgrid ``
90
+ Vonage ``mailer.webhook.request_parser.vonage ``
88
91
=============== ==========================================
89
92
90
- .. versionadded :: 6.4
93
+ .. versionadded :: 6.3
91
94
92
- Webhook support for the Sendgrid service was introduced in Symfony 6.4.
95
+ The support for Mailgun and Postmark was introduced in Symfony 6.3.
96
+
97
+ .. versionadded :: 6.4
93
98
99
+ The support for Brevo, Mailjet, Sendgrid and Vonage was introduced in
100
+ Symfony 6.4.
94
101
95
102
Set up the webhook in the third-party mailer. For Mailgun, you can do this
96
103
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun ``
You can’t perform that action at this time.
0 commit comments