All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooby.mail.commons-email.conf Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
mail {
  charset: ${application.charset}
  debug: false
  sendPartial: false
  smtpPort: 25

  starttls: false

  # SSL
  ssl.smtpPort: 465
  ssl.onConnect: false

  # advanced
  socketConnectionTimeout: 60s
  socketTimeout: 60s
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy