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.
2 parents 01d4026 + 2b8bbfe commit 7a82890Copy full SHA for 7a82890
mailer.rst
@@ -641,6 +641,12 @@ provides access to the original message (``getOriginalMessage()``) and to some
641
debug information (``getDebug()``) such as the HTTP calls done by the HTTP
642
transports, which is useful to debug errors.
643
644
+.. note::
645
+
646
+ If your code used :class:`Symfony\\Component\\Mailer\\MailerInterface`, you
647
+ need to replace it by :class:`Symfony\\Component\\Mailer\\Transport\\TransportInterface`
648
+ to have the ``SentMessage`` object returned.
649
650
.. note::
651
652
Some mailer providers change the ``Message-Id`` when sending the email. The
0 commit comments