Skip to content

Commit 0c5ce25

Browse files
committed
adding note about mailer FW docs
1 parent 94b9430 commit 0c5ce25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/mailer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The Mailer Component
77

88
The Mailer component helps sending emails.
99

10+
If you're using the Symfony Framework, read the
11+
:doc:`Symfony Framework Mailer documentation </mailer>`.
12+
1013
.. versionadded:: 4.3
1114

1215
The Mailer component was introduced in Symfony 4.3 and it's still
@@ -157,4 +160,5 @@ Then, instantiate and pass a ``MessageBus`` as a second argument to ``Mailer``::
157160
Learn More
158161
-----------
159162

160-
To learn more about how to use the mailer component, refer to the :doc:`Symfony Framework Mailer documentation </mailer>`.
163+
To learn more about how to use the mailer component, refer to the
164+
:doc:`Symfony Framework Mailer documentation </mailer>`.

0 commit comments

Comments
 (0)