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,13 +111,18 @@ Postmark ``composer require symfony/postmark-mailer``
111
111
SendGrid ``composer require symfony/sendgrid-mailer ``
112
112
Sendinblue ``composer require symfony/sendinblue-mailer ``
113
113
MailPace ``composer require symfony/mailpace-mailer ``
114
+ Infobip ``composer require symfony/infobip-mailer ``
114
115
================== ==============================================
115
116
116
117
.. versionadded :: 6.2
117
118
118
119
The ``MailPace `` integration was introduced in Symfony 6.2 (in previous
119
120
Symfony versions it was called ``OhMySMTP ``).
120
121
122
+ .. versionadded :: 6.2
123
+
124
+ The Infobip integration was introduced in Symfony 6.2.
125
+
121
126
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
122
127
a configuration example to your ``.env `` file. For example, suppose you want to
123
128
use SendGrid. First, install it:
@@ -167,6 +172,7 @@ MailPace mailpace+api://API_TOKEN@default n/a
167
172
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
168
173
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
169
174
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
175
+ Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
170
176
==================== ==================================================== =========================================== ========================================
171
177
172
178
.. caution ::
You can’t perform that action at this time.
0 commit comments