File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,13 @@ SendGrid ``composer require symfony/sendgrid-mailer``
111111Sendinblue ``composer require symfony/sendinblue-mailer ``
112112MailPace ``composer require symfony/mail-pace-mailer ``
113113Infobip ``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
177182Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178183Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179184Infobip 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 ::
You can’t perform that action at this time.
0 commit comments