Guest User

Untitled

a guest
Dec 26th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. factories.yml
  2. ---------------------
  3.  
  4. all:
  5. mailer:
  6. class: sfMailer
  7. param:
  8. logging: %SF_LOGGING_ENABLED%
  9. charset: %SF_CHARSET%
  10. delivery_strategy: realtime
  11. transport:
  12. class: Swift_SmtpTransport
  13. param:
  14. host: smtp.gmail.com
  15. port: 465
  16. encryption: ssl
  17. username: hidensoft@gmail.com
  18. password: XXXXXX
  19.  
  20.  
  21.  
  22. ----------------
  23. Error
  24. ----------------
  25.  
  26. Connection could not be established with host smtp.gmail.com [A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
  27. #10060]
Add Comment
Please, Sign In to add comment