@@ -111,6 +111,7 @@ Postmark ``composer require symfony/postmark-mailer``
111111SendGrid ``composer require symfony/sendgrid-mailer ``
112112Sendinblue ``composer require symfony/sendinblue-mailer ``
113113OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
114+ Infobip ``composer require symfony/infobip-mailer ``
114115================== ==============================================
115116
116117Each library includes a:ref: `Symfony Flex recipe <symfony-flex >` that will add
@@ -162,6 +163,7 @@ Postmark postmark+smtp://ID@default n/a
162163Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163164Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
164165OhMySMTP 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 ::