Guest User

Untitled

a guest
Dec 10th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. spring.mail.host=smtp.gmail.com
  2. spring.mail.port=587
  3. spring.mail.username=<USERNAME>
  4. spring.mail.password=<PASSWORD>
  5. spring.mail.properties.mail.smtp.auth=true
  6. spring.mail.properties.mail.starttls.enable=true
Add Comment
Please, Sign In to add comment