Skip to content

Commit 0a5f36f

Browse files
committed
minor symfony#17926 [Mailer] Add MailerSend bridge (doobas)
This PR was merged into the 6.3 branch. Discussion ---------- [Mailer] Add MailerSend bridge symfony/symfony#49461 Commits ------- fcf3c27 [Mailer] Add MailerSend bridge
2 parents b27fa6e + fcf3c27 commit 0a5f36f

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
.. versionadded:: 6.3

0 commit comments

Comments
 (0)