Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Mailer Config
  2.  
  3. mailer_encryption: tls
  4. mailer_auth_mode: login
  5. mailer_transport: smtp
  6. mailer_port: 587
  7. mailer_host: smtp.gmail.com
  8. mailer_user: ...@issart.com
  9. mailer_password: 'pass'
  10. mailer_spool_conf:
  11. type: file
  12. path: %kernel.root_dir%/emails
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement