Packages

package mail

Type Members

  1. 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 and bcc are always empty.

  2. case class Mailer(config: EmailConfig) extends Product with Serializable

    Mailer

    Mailer

    config

    Mailer configuration

Ungrouped