File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1024,13 +1024,14 @@ you have a transport called ``async``, you can route the message there:
10241024 Thanks to this, instead of being delivered immediately, messages will be sent to
10251025the transport to be handled later (see :ref: `messenger-worker `).
10261026
1027- Events
1028- ------
1027+ Mailer Events
1028+ -------------
10291029
10301030MessageEvent
10311031~~~~~~~~~~~~
10321032
1033- The MessageEvent allows the transformation of a Message and the Envelope before the email is sent::
1033+ ``MessageEvent `` allows to change the Message and the Envelope before the email
1034+ is sent::
10341035
10351036 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
10361037 use Symfony\Component\Mailer\Event\MessageEvent;
@@ -1056,7 +1057,6 @@ The MessageEvent allows the transformation of a Message and the Envelope before
10561057 }
10571058 }
10581059
1059-
10601060Development & Debugging
10611061-----------------------
10621062
You can’t perform that action at this time.
0 commit comments