Skip to content

[Mailer] Add Infobip bridge #16760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,18 @@ Postmark ``composer require symfony/postmark-mailer``
SendGrid ``composer require symfony/sendgrid-mailer``
Sendinblue ``composer require symfony/sendinblue-mailer``
MailPace ``composer require symfony/mailpace-mailer``
Infobip ``composer require symfony/infobip-mailer``
================== ==============================================

.. versionadded:: 6.2

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

.. versionadded:: 6.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it should be merged with the previous block?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea IMO, IIRC we already did the same in the past

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left them separate for now because the existing versionadded is a bit special and explains some renaming. Merging both would look confusing in my opinion. But we can change this at any moment if we disagree. Thanks!


The Infobip integration was introduced in Symfony 6.2.

Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
a configuration example to your ``.env`` file. For example, suppose you want to
use SendGrid. First, install it:
Expand Down Expand Up @@ -167,6 +172,7 @@ MailPace mailpace+api://API_TOKEN@default n/a
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
==================== ==================================================== =========================================== ========================================

.. caution::
Expand Down