File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments