Skip to content

Commit fcf3c27

Browse files
committed
[Mailer] Add MailerSend bridge
1 parent fd9b155 commit fcf3c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,13 @@ SendGrid ``composer require symfony/sendgrid-mailer``
111111
Sendinblue ``composer require symfony/sendinblue-mailer``
112112
MailPace ``composer require symfony/mail-pace-mailer``
113113
Infobip ``composer require symfony/infobip-mailer``
114+
MailerSend ``composer require symfony/mailersend-mailer``
114115
================== ==============================================
115116

117+
.. versionadded:: 6.3
118+
119+
The MailerSend integration was introduced in Symfony 6.3.
120+
116121
.. versionadded:: 6.2
117122

118123
The Infobip integration was introduced in Symfony 6.2 and the ``MailPace``
@@ -177,6 +182,7 @@ Postmark postmark+smtp://ID@default n/a
177182
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178183
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179184
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
185+
MailerSend mailersend+smtp://KEY@default n/a mailersend+api://KEY@BASE_URL
180186
==================== ==================================================== =========================================== ========================================
181187

182188
.. caution::

0 commit comments

Comments
 (0)