Skip to content

Commit

Permalink
minor #4860 [Components][HttpKernel] replace API link for Swiftmailer…
Browse files Browse the repository at this point in the history
…Bundle (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
  • Loading branch information
wouterj committed Jan 16, 2015
2 parents 7a6f30e + 839c9ef commit 17989fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/http_kernel/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,9 @@ as possible to the client (e.g. sending emails).

.. sidebar:: ``kernel.terminate`` in the Symfony Framework

If you use the SwiftmailerBundle with Symfony and use ``memory``
spooling, then the :class:`Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener`
is activated, which actually delivers any emails that you scheduled to
send during the request.
If you use the SwiftmailerBundle with Symfony and use ``memory`` spooling,
then the `EmailSenderListener`_ is activated, which actually delivers
any emails that you scheduled to send during the request.

.. _component-http-kernel-kernel-exception:

Expand Down Expand Up @@ -709,3 +708,4 @@ look like this::
.. _`SensioFrameworkExtraBundle`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
.. _`@ParamConverter`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
.. _`@Template`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php

0 comments on commit 17989fd

Please sign in to comment.