Guest User

Untitled

a guest
Aug 2nd, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. mailSender(org.springframework.mail.javamail.JavaMailSenderImpl) {
  2. host = "smtp.your-domain.com" // your smtp server's address
  3. port = 26 // or your smtp server's port
  4. username = "username@your-domain.com" // if your smtp server requires authentication
  5. password = "your password" // if your smtp server requires authentication
  6. }
Add Comment
Please, Sign In to add comment