@@ -38,7 +38,8 @@ swiftmailer with the memory option, use the following configuration:
38
38
39
39
<!--
40
40
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
42
43
-->
43
44
44
45
<swiftmailer : config >
@@ -49,7 +50,7 @@ swiftmailer with the memory option, use the following configuration:
49
50
50
51
// app/config/config.php
51
52
$container->loadFromExtension('swiftmailer', array(
52
- ...,
53
+ // ...
53
54
'spool' => array('type' => 'memory')
54
55
));
55
56
@@ -75,7 +76,8 @@ In order to use the spool with a file, use the following configuration:
75
76
76
77
<!--
77
78
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
79
81
-->
80
82
81
83
<swiftmailer : config >
@@ -99,7 +101,7 @@ In order to use the spool with a file, use the following configuration:
99
101
.. tip ::
100
102
101
103
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
103
105
the project's root:
104
106
105
107
.. code-block :: yaml
0 commit comments