Skip to content

Commit 4e5b1d6

Browse files
committed
Fix merge conflicts
1 parent b98670a commit 4e5b1d6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

mailer.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,24 +112,19 @@ MailPace ``composer require symfony/mailpace-mailer``
112112
Infobip ``composer require symfony/infobip-mailer``
113113
================== ==============================================
114114

115-
<<<<<<< HEAD
116115
.. versionadded:: 6.2
117116

118-
The ``MailPace`` integration was introduced in Symfony 6.2 (in previous
119-
Symfony versions it was called ``OhMySMTP``).
117+
The Infobip integration was introduced in Symfony 6.2 and the ``MailPace``
118+
integration was renamed in Symfony 6.2 (in previous Symfony versions it was
119+
called ``OhMySMTP``).
120120

121-
.. versionadded:: 6.2
122-
123-
The Infobip integration was introduced in Symfony 6.2.
124-
=======
125121
.. note::
126122

127123
As a convenience, Symfony also provides support for Gmail (``composer
128124
require symfony/google-mailer``), but this should not be used in
129125
production. In development, you should probably use an :ref:`email catcher
130126
<mail-catcher>` instead. Note that most supported providers also offer a
131127
free tier.
132-
>>>>>>> 6.1
133128

134129
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
135130
a configuration example to your ``.env`` file. For example, suppose you want to

0 commit comments

Comments
 (0)