package mail
Type Members
-
case class
Mail(to: Seq[String], subject: String, message: String, attachments: Seq[BinaryAttachment]) extends Product with Serializable
Mail definition
Mail definition
- to
List of emails to send to.
- subject
Mail subject
- message
Mail body
- attachments
Mail attachments
- Note
For now,
cc
andbcc
are always empty.
-
case class
Mailer(config: EmailConfig) extends Product with Serializable
Mailer
Mailer
- config
Mailer configuration