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 @@ Postmark ``composer require symfony/postmark-mailer``
111
111
SendGrid ``composer require symfony/sendgrid-mailer ``
112
112
Sendinblue ``composer require symfony/sendinblue-mailer ``
113
113
OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
114
+ Infobip ``composer require symfony/infobip-mailer ``
114
115
================== ==============================================
115
116
117
+ .. versionadded :: 6.1
118
+
119
+ The Infobip integration was introduced in Symfony 6.1.
120
+
116
121
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
117
122
a configuration example to your ``.env `` file. For example, suppose you want to
118
123
use SendGrid. First, install it:
@@ -162,6 +167,7 @@ Postmark postmark+smtp://ID@default n/a
162
167
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163
168
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
164
169
OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default
170
+ Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
165
171
==================== ==================================================== =========================================== ========================================
166
172
167
173
.. caution ::
You can’t perform that action at this time.
0 commit comments