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 @@ -495,10 +495,9 @@ as possible to the client (e.g. sending emails).
495
495
496
496
.. sidebar :: ``kernel.terminate`` in the Symfony Framework
497
497
498
- If you use the SwiftmailerBundle with Symfony and use ``memory ``
499
- spooling, then the :class: `Symfony\\ Bundle\\ SwiftmailerBundle\\ EventListener\\ EmailSenderListener `
500
- is activated, which actually delivers any emails that you scheduled to
501
- send during the request.
498
+ If you use the SwiftmailerBundle with Symfony and use ``memory `` spooling,
499
+ then the `EmailSenderListener `_ is activated, which actually delivers
500
+ any emails that you scheduled to send during the request.
502
501
503
502
.. _component-http-kernel-kernel-exception :
504
503
@@ -709,3 +708,4 @@ look like this::
709
708
.. _`SensioFrameworkExtraBundle` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
710
709
.. _`@ParamConverter` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
711
710
.. _`@Template` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html
711
+ .. _`EmailSenderListener` : https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php
You can’t perform that action at this time.
0 commit comments