Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. spring:
  2. profiles:
  3. active: dev
  4. mail:
  5. host: smtp-mail.outlook.com
  6. port: 587
  7. username: outlookuserid@outlook.com #Replace this field with your Outlook username.
  8. password: ************ #Replace this field with your Outlook password.
  9. protocol: smtp
  10. tls: true
  11. properties.mail.smtp:
  12. auth: true
  13. starttls.enable: true
  14. ssl.trust: smtp-mail.outlook.com
  15. [...] __Note__ : If you want to send Email from a Corporate Outlook account then set `host` as the Microsoft Exchange Server of your company, for e.g. `emea.mycompany.com`. Also set `username` as Standard Id of the system provided by the company (Domain/Username) and `password` as your system password.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement