]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Add secure email
[github/wallabag/wallabag.git] / app / config / config.yml
index 951cdf71865ec0850f301a57b3529b7b789b9fea..092f3ec04860f342aecbfffb607252a45d168c80 100644 (file)
@@ -79,10 +79,13 @@ doctrine_migrations:
 
 # Swiftmailer Configuration
 swiftmailer:
-    transport: "%mailer_transport%"
-    host: "%mailer_host%"
-    username: "%mailer_user%"
-    password: "%mailer_password%"
+    transport:   "%mailer_transport%"
+    username:    "%mailer_user%"
+    password:    "%mailer_password%"
+    host:        "%mailer_host%"
+    port:        "%mailer_port%"
+    encryption:  "%mailer_encryption%"
+    auth_mode:   "%mailer_auth_mode%"
     spool:
         type: memory