Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1.  
  2. mailer_contact_transport: smtp
  3. mailer_contact_host: localhost
  4. mailer_contact_user: null
  5. mailer_contact_password: null
  6. mailer_contact_from: "Contact MG"
  7.  
  8. mailer_noreply_transport: smtp
  9. mailer_noreply_host: localhost
  10. mailer_noreply_user: null
  11. mailer_noreply_password: null
  12.  
  13.  
  14. swiftmailer:
  15. default_mailer: google
  16. mailers:
  17. google:
  18. transport: lcaol
  19. username: reports@morninglory.com
  20. password: Jtc03291!
  21. spool:
  22. type: file
  23. path: "%kernel.root_dir%/spool"
  24. noreply:
  25. transport: gmail
  26. username: noreply@morninglory.com
  27. password: asdasd!
  28. spool:
  29. type: file
  30. path: "%kernel.root_dir%/spool"
  31. contact:
  32. transport: gmail
  33. username: "%mailer_contact_username%"
  34. password: "%mailer_contact_password%"
  35. spool:
  36. type: file
  37. path: "%kernel.root_dir%/spool"
  38.  
  39.  
  40.  
  41. http://symfony.com/doc/current/reference/configuration/swiftmailer.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement