Skip to content

Commit 47940b5

Browse files
ifdatticwouterj
authored andcommitted
Update gmail.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 675a2f6 commit 47940b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/email/gmail.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ In the development configuration file, change the ``transport`` setting to
3333
<container xmlns="http://symfony.com/schema/dic/services"
3434
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3535
xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer"
36-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
37-
http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd">
36+
xsi:schemaLocation="http://symfony.com/schema/dic/services
37+
http://symfony.com/schema/dic/services/services-1.0.xsd
38+
http://symfony.com/schema/dic/swiftmailer
39+
http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd">
3840
3941
<!-- ... -->
4042
<swiftmailer:config

0 commit comments

Comments
 (0)