package
email
Type Members
-
case class
Content(html: Option[String], text: Option[String]) extends Product with Serializable
-
-
case class
EmailConfig(address: String, name: String, prefix: String, host: String, port: Int, username: String, password: String, tls: Boolean) extends Product with Serializable
-
-
case class
Message(to: String, subject: String, content: Content) extends Product with Serializable
-
describes content of email. One of content entries should be present. If both are present - both will be set
email html content. Should be present if you want to send message with html
plain text content