Add secure email

This commit is contained in:
Glenn Goffin
2018-02-23 20:39:25 +01:00
committed by Jeremy Benoist
parent 102f57941e
commit 6a3187066f
2 changed files with 14 additions and 8 deletions

View 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