ddykotex.courier_2.11.3.1.0.source-code.defaults.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of courier_2.11 Show documentation
Show all versions of courier_2.11 Show documentation
deliver electronic mail with scala
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