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 43ac3e7 commit 013c72cCopy full SHA for 013c72c
components/messenger.rst
@@ -206,7 +206,8 @@ Your own Sender
206
207
Imagine that you already have an ``ImportantAction`` message going through the
208
message bus and being handled by a handler. Now, you also want to send this
209
-message as an email.
+message as an email (using the :doc:`Mime </components/mime>` and
210
+:doc:`Mailer </components/mailer>` components).
211
212
Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`,
213
you can create your own message sender::
0 commit comments