Skip to content

Commit d68bf61

Browse files
committed
minor #19263 [Mailer] Mention webhook support in Mailer bridge overview (OskarStark)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Mailer] Mention webhook support in Mailer bridge overview Refs * #19249 cc `@MrYamous` `@TimoBakx` What do you think about this? Do we have other bridges which supporting webhook since 6.3 ? 🤔 Commits ------- d8c2c3b [Mailer] Mention webhook support in Mailer bridge overview
2 parents 14556e6 + d8c2c3b commit d68bf61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mailer.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ Using a 3rd Party Transport
9999
Instead of using your own SMTP server or sendmail binary, you can send emails
100100
via a third-party provider:
101101

102-
===================== ===============================================
103-
Service Install with
104-
===================== ===============================================
102+
===================== =============================================== ===============
103+
Service Install with Webhook support
104+
===================== =============================================== ===============
105105
`Amazon SES`_ ``composer require symfony/amazon-mailer``
106106
`Infobip`_ ``composer require symfony/infobip-mailer``
107-
`Mailgun`_ ``composer require symfony/mailgun-mailer``
107+
`Mailgun`_ ``composer require symfony/mailgun-mailer`` yes
108108
`Mailjet`_ ``composer require symfony/mailjet-mailer``
109109
`MailPace`_ ``composer require symfony/mail-pace-mailer``
110110
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
111111
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
112-
`Postmark`_ ``composer require symfony/postmark-mailer``
112+
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
113113
`SendGrid`_ ``composer require symfony/sendgrid-mailer``
114114
`Sendinblue`_ ``composer require symfony/sendinblue-mailer``
115-
===================== ===============================================
115+
===================== =============================================== ===============
116116

117117
.. versionadded:: 6.2
118118

0 commit comments

Comments
 (0)