Skip to content

Commit f14ec5d

Browse files
committed
[Mailer] Add Infobip bridge
1 parent 5970069 commit f14ec5d

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,13 +111,18 @@ Postmark ``composer require symfony/postmark-mailer``
111111
SendGrid ``composer require symfony/sendgrid-mailer``
112112
Sendinblue ``composer require symfony/sendinblue-mailer``
113113
MailPace ``composer require symfony/mailpace-mailer``
114+
Infobip ``composer require symfony/infobip-mailer``
114115
================== ==============================================
115116

116117
.. versionadded:: 6.2
117118

118119
The ``MailPace`` integration was introduced in Symfony 6.2 (in previous
119120
Symfony versions it was called ``OhMySMTP``).
120121

122+
.. versionadded:: 6.2
123+
124+
The Infobip integration was introduced in Symfony 6.2.
125+
121126
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
122127
a configuration example to your ``.env`` file. For example, suppose you want to
123128
use SendGrid. First, install it:
@@ -167,6 +172,7 @@ MailPace mailpace+api://API_TOKEN@default n/a
167172
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
168173
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
169174
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
170176
==================== ==================================================== =========================================== ========================================
171177

172178
.. caution::

0 commit comments

Comments
 (0)