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">