Guest User

Untitled

a guest
Sep 2nd, 2018
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. play.mailer {
  2. host=smtp.gmail.com
  3. port=465
  4. ssl=true
  5. tls=false
  6. user=example-user
  7. password=*****
  8. debug=false
  9. mock=false
  10. }
  11.  
  12. play.mailer {
  13. host=example.org /*i tried smtp.example.org also */
  14. port=465
  15. ssl=false
  16. tls=false
  17. user= campus
  18. password=*****
  19. debug=true
  20. mock=false
  21. }
  22.  
  23. Execution exception
  24. [EmailException: Sending the email to the following server failed : example.org:465]
Add Comment
Please, Sign In to add comment