Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. prod:
  2.   mailer:
  3.     class: sfMailer
  4.     param:
  5.       transport:
  6.         class: Swift_SmtpTransport
  7.         param:
  8.           host:       localhost
  9.           port:       25
  10.           encryption: ~
  11.           username:   ~
  12.           password:   ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement