From d8c2c3be50f79870a77f38e660808c55f1a3d18d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 11 Dec 2023 11:09:12 +0100 Subject: [PATCH] [Mailer] Mention webhook support in Mailer bridge overview --- mailer.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mailer.rst b/mailer.rst index d6d91e32723..7102ba27f9c 100644 --- a/mailer.rst +++ b/mailer.rst @@ -99,20 +99,20 @@ Using a 3rd Party Transport Instead of using your own SMTP server or sendmail binary, you can send emails via a third-party provider: -===================== =============================================== -Service Install with -===================== =============================================== +===================== =============================================== =============== +Service Install with Webhook support +===================== =============================================== =============== `Amazon SES`_ ``composer require symfony/amazon-mailer`` `Infobip`_ ``composer require symfony/infobip-mailer`` -`Mailgun`_ ``composer require symfony/mailgun-mailer`` +`Mailgun`_ ``composer require symfony/mailgun-mailer`` yes `Mailjet`_ ``composer require symfony/mailjet-mailer`` `MailPace`_ ``composer require symfony/mail-pace-mailer`` `MailerSend`_ ``composer require symfony/mailer-send-mailer`` `Mandrill`_ ``composer require symfony/mailchimp-mailer`` -`Postmark`_ ``composer require symfony/postmark-mailer`` +`Postmark`_ ``composer require symfony/postmark-mailer`` yes `SendGrid`_ ``composer require symfony/sendgrid-mailer`` `Sendinblue`_ ``composer require symfony/sendinblue-mailer`` -===================== =============================================== +===================== =============================================== =============== .. versionadded:: 6.2