works.iterative.service.email

Members list

Type members

Classlikes

case class Attachment(filename: String, mimeType: String, content: Array[Byte], description: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Attachment

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Attachment.type
case class EmailContent(subject: String, message: String, htmlMessage: Option[String] = ..., attachments: Attachment*)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class SMTPConfig(smtpHost: String, smtpSender: String, smtpPort: Int, smtpUsername: Option[String], smtpPassword: Option[String], smtpTestRecipient: Option[String], smtpSenderName: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SMTPConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SMTPConfig.type