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 6192540 commit 82606feCopy full SHA for 82606fe
mailer.rst
@@ -663,6 +663,12 @@ provides access to the original message (``getOriginalMessage()``) and to some
663
debug information (``getDebug()``) such as the HTTP calls done by the HTTP
664
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.
671
672
.. note::
673
674
Some mailer providers change the ``Message-Id`` when sending the email. The
0 commit comments