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