Skip to content

Commit 5e7846e

Browse files
ifdatticwouterj
authored andcommitted
Update spool.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent ece3904 commit 5e7846e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cookbook/email/spool.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ swiftmailer with the memory option, use the following configuration:
3838
3939
<!--
4040
xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer"
41-
http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
41+
http://symfony.com/schema/dic/swiftmailer
42+
http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
4243
-->
4344
4445
<swiftmailer:config>
@@ -49,7 +50,7 @@ swiftmailer with the memory option, use the following configuration:
4950
5051
// app/config/config.php
5152
$container->loadFromExtension('swiftmailer', array(
52-
...,
53+
// ...
5354
'spool' => array('type' => 'memory')
5455
));
5556
@@ -75,7 +76,8 @@ In order to use the spool with a file, use the following configuration:
7576
7677
<!--
7778
xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer"
78-
http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
79+
http://symfony.com/schema/dic/swiftmailer
80+
http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd
7981
-->
8082
8183
<swiftmailer:config>
@@ -99,7 +101,7 @@ In order to use the spool with a file, use the following configuration:
99101
.. tip::
100102

101103
If you want to store the spool somewhere with your project directory,
102-
remember that you can use the `%kernel.root_dir%` parameter to reference
104+
remember that you can use the ``%kernel.root_dir%`` parameter to reference
103105
the project's root:
104106

105107
.. code-block:: yaml

0 commit comments

Comments
 (0)