Guest User

Untitled

a guest
Feb 16th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. spring:
  2. mail:
  3. default-encoding: UTF-8
  4. host: localhost
  5. username: anyname
  6. password: anypassword
  7. port: 2525
  8. properties:
  9. mail:
  10. smtp:
  11. auth: true
  12. starttls:
  13. enable: true
  14. protocol: smtp
  15. test-connection: false
Add Comment
Please, Sign In to add comment