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

ddykotex.courier_2.11.3.1.0.source-code.defaults.scala Maven / Gradle / Ivy

The newest version!
package courier

import javax.mail.{Session => MailSession}
import java.util.Properties
import scala.concurrent.ExecutionContext

object Defaults {
  val session = MailSession.getDefaultInstance(new Properties())

  implicit val executionContext: ExecutionContext = ExecutionContext.Implicits.global
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy