]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_dev.yml
Handle forgot password
[github/wallabag/wallabag.git] / app / config / config_dev.yml
index efaf396e937cf8badaa0edb28aabacdf4a5507e5..205e0f66baee3c678882d8b8d6ca7a8a73455095 100644 (file)
@@ -44,5 +44,11 @@ monolog:
 assetic:
     use_controller: true
 
-#swiftmailer:
-#    delivery_address: me@example.com
+swiftmailer:
+    # see http://mailcatcher.me/
+    transport: smtp
+    host: 'localhost'
+    port: 1025
+    username: null
+    password: null
+