Browse Source

Disable email delivery on dev env

Jordi Boggiano 9 years ago
parent
commit
327fdcf8d2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/config/config_dev.yml

+ 3 - 0
app/config/config_dev.yml

@@ -5,6 +5,9 @@ framework:
     router:   { resource: "%kernel.root_dir%/config/routing_dev.yml" }
     router:   { resource: "%kernel.root_dir%/config/routing_dev.yml" }
     profiler: { only_exceptions: false }
     profiler: { only_exceptions: false }
 
 
+swiftmailer:
+    disable_delivery: true
+
 web_profiler:
 web_profiler:
     toolbar: true
     toolbar: true
     intercept_redirects: false
     intercept_redirects: false