Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # Swiftmailer Configuration
  2. swiftmailer:
  3. transport: "%mailer_transport%"
  4. auth_mode: "%mailer_auth_mode%"
  5. host: "%mailer_host%"
  6. port: "%mailer_port%"
  7. username: "%mailer_user%"
  8. password: "%mailer_password%"
  9. spool: { type: memory }
  10.  
  11. # This file is auto-generated during the composer install
  12. parameters:
  13. database_driver: pdo_mysql
  14. database_host: 127.0.0.1
  15. database_port: null
  16. database_name: ********
  17. database_user: root
  18. database_password: null
  19. mailer_transport: mail
  20. mailer_auth_mode: login
  21. mailer_host: ns0.ovh.net
  22. mailer_port: 587
  23. mailer_user: contact@******.com
  24. mailer_password: **********
  25. locale: fr
  26. secret: ThisTokenIsNotSoSecretChangeIt
  27.  
  28. parameters:
  29. mailer_transport: smtp
  30. mailer_host: smtp.example.com
  31. mailer_user: user@example.com
  32. mailer_password: my_password
  33. mailer_port: 587
  34. mailer_encryption: tls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement