Advertisement
Guest User

Untitled

a guest
Mar 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Swiftmailer Configuration
  2. swiftmailer:
  3. transport: "%mailer_transport%"
  4. encryption: "%mailer_encryption%"
  5. host: "%mailer_host%"
  6. username: "%mailer_user%"
  7. password: "%mailer_password%"
  8. spool: { type: memory }
  9. port: 465
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement