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``
111
111
Sendinblue ``composer require symfony/sendinblue-mailer ``
112
112
MailPace ``composer require symfony/mail-pace-mailer ``
113
113
Infobip ``composer require symfony/infobip-mailer ``
114
+ MailerSend ``composer require symfony/mailersend-mailer ``
114
115
================== ==============================================
115
116
117
+ .. versionadded :: 6.3
118
+
119
+ The MailerSend integration was introduced in Symfony 6.3.
120
+
116
121
.. versionadded :: 6.2
117
122
118
123
The Infobip integration was introduced in Symfony 6.2 and the ``MailPace ``
@@ -177,6 +182,7 @@ Postmark postmark+smtp://ID@default n/a
177
182
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178
183
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179
184
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
180
186
==================== ==================================================== =========================================== ========================================
181
187
182
188
.. caution ::
You can’t perform that action at this time.
0 commit comments