We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f00f3 commit 2b8bbfeCopy full SHA for 2b8bbfe
mailer.rst
@@ -665,9 +665,9 @@ transports, which is useful to debug errors.
665
666
.. note::
667
668
- You will need to replace :class:`Symfony\\Component\\Mailer\\MailerInterface`
669
- with :class:`Symfony\\Component\\Mailer\\Transport\\TransportInterface` to have
670
- the message object returned.
+ If your code used :class:`Symfony\\Component\\Mailer\\MailerInterface`, you
+ need to replace it by :class:`Symfony\\Component\\Mailer\\Transport\\TransportInterface`
+ to have the ``SentMessage`` object returned.
671
672
673
0 commit comments