Skip to content

Instantly share code, notes, and snippets.

@behrangsa
Created June 4, 2011 03:19
Show Gist options
  • Save behrangsa/1007536 to your computer and use it in GitHub Desktop.
Save behrangsa/1007536 to your computer and use it in GitHub Desktop.
mailSender
mailSender(org.springframework.mail.javamail.JavaMailSenderImpl) {
host = "smtp.your-domain.com" // your smtp server's address
port = 26 // or your smtp server's port
username = "username@your-domain.com" // if your smtp server requires authentication
password = "your password" // if your smtp server requires authentication
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment