Skip to content

Commit 013c72c

Browse files
committed
Minor tweak
1 parent 43ac3e7 commit 013c72c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ Your own Sender
206206

207207
Imagine that you already have an ``ImportantAction`` message going through the
208208
message bus and being handled by a handler. Now, you also want to send this
209-
message as an email.
209+
message as an email (using the :doc:`Mime </components/mime>` and
210+
:doc:`Mailer </components/mailer>` components).
210211

211212
Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`,
212213
you can create your own message sender::

0 commit comments

Comments
 (0)