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 91a028a commit 282b8daCopy full SHA for 282b8da
components/mailer.rst
@@ -41,7 +41,7 @@ The Mailer component has two main classes: a ``Transport`` and the ``Mailer`` it
41
$mailer = new Mailer($transport);
42
$mailer->send($email);
43
44
-Refer :doc:`Mime component </components/mime>` how to create `$email` object.
+The `$email` object is created via the :doc:`Mime component </components/mime>`.
45
46
Transport
47
---------
0 commit comments