Skip to content

Commit 3480492

Browse files
committed
[Mailer] Add Infobip bridge
1 parent 4ca7b5f commit 3480492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mailer.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ 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

116117
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
@@ -162,6 +163,7 @@ Postmark postmark+smtp://ID@default n/a
162163
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163164
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
164165
OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default
166+
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
165167
==================== ==================================================== =========================================== ========================================
166168

167169
.. caution::

0 commit comments

Comments
 (0)