Skip to content

Commit 17989fd

Browse files
committed
minor #4860 [Components][HttpKernel] replace API link for SwiftmailerBundle (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Components][HttpKernel] replace API link for SwiftmailerBundle | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #4835 Commits ------- 839c9ef replace API link for SwiftmailerBundle
2 parents 7a6f30e + 839c9ef commit 17989fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_kernel/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)