Guest User

Untitled

a guest
Jan 5th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. sfApplyPlugin:
  2. # The default transport class, set explicitly as an example.
  3. # This doesn't change often
  4. mail_transport_class: Zend_Mail_Transport_Smtp
  5. # Not the default
  6. mail_transport_host: smtp.gmail.com
  7. # Not the defaults either
  8. mail_transport_options:
  9. auth: login
  10. username: your@gmail.com
  11. password: 'your_gmail_password'
  12. ssl: tls
  13. port: 587
Add Comment
Please, Sign In to add comment