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).
495495
496496.. sidebar :: ``kernel.terminate`` in the Symfony Framework
497497
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.
502501
503502.. _component-http-kernel-kernel-exception :
504503
@@ -709,3 +708,4 @@ look like this::
709708.. _`SensioFrameworkExtraBundle` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
710709.. _`@ParamConverter` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
711710.. _`@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