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:
1024
1024
Thanks to this, instead of being delivered immediately, messages will be sent to
1025
1025
the transport to be handled later (see :ref: `messenger-worker `).
1026
1026
1027
- Events
1028
- ------
1027
+ Mailer Events
1028
+ -------------
1029
1029
1030
1030
MessageEvent
1031
1031
~~~~~~~~~~~~
1032
1032
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::
1034
1035
1035
1036
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1036
1037
use Symfony\Component\Mailer\Event\MessageEvent;
@@ -1056,7 +1057,6 @@ The MessageEvent allows the transformation of a Message and the Envelope before
1056
1057
}
1057
1058
}
1058
1059
1059
-
1060
1060
Development & Debugging
1061
1061
-----------------------
1062
1062
You can’t perform that action at this time.
0 commit comments