Skip to content

Commit

Permalink
[Mailer][Webhook] Mandrill Webhook support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohJohan committed Oct 1, 2024
1 parent 768b8ad commit e8084a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Service Install with Webhook su
`MailPace`_ ``composer require symfony/mail-pace-mailer``
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
`Mailtrap`_ ``composer require symfony/mailtrap-mailer`` yes
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
`Mandrill`_ ``composer require symfony/mailchimp-mailer`` yes
`Postal`_ ``composer require symfony/postal-mailer``
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
`Resend`_ ``composer require symfony/resend-mailer`` yes
Expand Down
3 changes: 2 additions & 1 deletion webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Currently, the following third-party mailer providers support webhooks:
Mailer Service Parser service name
============== ============================================
Brevo ``mailer.webhook.request_parser.brevo``
Mandrill ``mailer.webhook.request_parser.mailchimp``
MailerSend ``mailer.webhook.request_parser.mailersend``
Mailgun ``mailer.webhook.request_parser.mailgun``
Mailjet ``mailer.webhook.request_parser.mailjet``
Expand All @@ -41,7 +42,7 @@ Sweego ``mailer.webhook.request_parser.sweego``

.. versionadded:: 7.2

The ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
The ``Mandrill``, ``Mailomat``, ``Mailtrap``, and ``Sweego`` integrations were introduced in
Symfony 7.2.

.. note::
Expand Down

0 comments on commit e8084a2

Please sign in to comment.