Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Swiftmailer Configuration
  2. swiftmailer:
  3. default_mailer: normal_mailer
  4. mailers:
  5. normal_mailer:
  6. transport: %mailer_transport%
  7. host: %mailer_host%
  8. username: %mailer_user%
  9. password: %mailer_password%
  10. spool: { type: memory }
  11. antiflood:
  12. threshold: 150
  13. sleep: 1
  14. sendmachine_mailer:
  15. transport: smtp
  16. host: in.sendmachine.com
  17. username: dloo9eoontzije8dslez1e8o3on7tc46
  18. password: ytv78kwwdvexana28o2a3ay6ylesyiyw
  19. auth_mode: login
  20. port: 587
  21. encryption: tls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement