From db5a62c34ef5a96409c87ebcf86430d3f9fee74a Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Mon, 4 Sep 2017 11:12:43 +0200 Subject: [PATCH] Update dev_environment.rst --- email/dev_environment.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/email/dev_environment.rst b/email/dev_environment.rst index dcca77b2ee0..6de8b3bebcb 100644 --- a/email/dev_environment.rst +++ b/email/dev_environment.rst @@ -28,7 +28,7 @@ will not be sent when you run tests, but will continue to be sent in the # app/config/config_test.yml swiftmailer: - disable_delivery: true + disable_delivery: true .. code-block:: xml @@ -48,7 +48,7 @@ will not be sent when you run tests, but will continue to be sent in the // app/config/config_test.php $container->loadFromExtension('swiftmailer', array( - 'disable_delivery' => "true", + 'disable_delivery' => "true", )); If you'd also like to disable deliver in the ``dev`` environment, simply @@ -80,7 +80,8 @@ via the ``delivery_addresses`` option: xmlns:swiftmailer="http://symfony.com/schema/dic/swiftmailer" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd - http://symfony.com/schema/dic/swiftmailer http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd"> + http://symfony.com/schema/dic/swiftmailer + http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd"> dev@example.com @@ -155,15 +156,14 @@ by adding the ``delivery_whitelist`` option: .. code-block:: xml - - + http://symfony.com/schema/dic/swiftmailer + http://symfony.com/schema/dic/swiftmailer/swiftmailer-1.0.xsd">