Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. grails {
  2. mail {
  3. host = "smtp.gmail.com"
  4. username = "us...@gmail.com"
  5. port = 587
  6. password = "example"
  7. props = ["mail.smtp.starttls.enable":"true","mail.smtp.auth":"true","mail.smtp.socketFactory.port":"587","mail.smtp.socketFactory.fallback":"false"]
  8. }
  9. }
  10. grails.mail.default.from = "us...@gmail.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement