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

er.actor-email.1.0.130.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
services {
  email {
    sender {
      address: "[email protected]"
      name: "Actor"
      prefix: "[Actor]"
    }

    smtp {
      host: "smtp.gmail.com"
      port: 465
      username: "[email protected]"
      username: ${?SMTP_USERNAME}
      password: "pass"
      password = ${?SMTP_PASSWORD}
      tls: true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy