Skip to content

Commit 53b66e5

Browse files
committed
[Mailer] Add Infobip bridge
1 parent 22da5a1 commit 53b66e5

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 @@ Postmark ``composer require symfony/postmark-mailer``
111111
SendGrid ``composer require symfony/sendgrid-mailer``
112112
Sendinblue ``composer require symfony/sendinblue-mailer``
113113
OhMySMTP ``composer require symfony/oh-my-smtp-mailer``
114+
Infobip ``composer require symfony/infobip-mailer``
114115
================== ==============================================
115116

117+
.. versionadded:: 6.1
118+
119+
The Infobip integration was introduced in Symfony 6.1.
120+
116121
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
117122
a configuration example to your ``.env`` file. For example, suppose you want to
118123
use SendGrid. First, install it:
@@ -162,6 +167,7 @@ Postmark postmark+smtp://ID@default n/a
162167
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163168
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
164169
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
165171
==================== ==================================================== =========================================== ========================================
166172

167173
.. caution::

0 commit comments

Comments
 (0)