Skip to content

Commit f4202ee

Browse files
committed
Tweaks
1 parent c4b06d8 commit f4202ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mailer.rst

+4-4
Original file line numberDiff line numberDiff 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
10251025
the transport to be handled later (see :ref:`messenger-worker`).
10261026

1027-
Events
1028-
------
1027+
Mailer Events
1028+
-------------
10291029

10301030
MessageEvent
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-
10601060
Development & Debugging
10611061
-----------------------
10621062

0 commit comments

Comments
 (0)