io.github.arjunguha

mail

package mail

Visibility
  1. Public
  2. All

Type Members

  1. case class Attachment(path: String, name: String) extends EmailAttachment with Product with Serializable

    Easy constructor for attachments.

  2. case class Message(from: String, to: String, subj: String, msg: String, attachments: List[Attachment] = immutable.this.Nil, auth: SMTPAuth) extends MultiPartEmail with Product with Serializable

    Easy constructor for email with attachments.

  3. class SMTPAuth extends DefaultAuthenticator

    A class to hold SMTP credentials that can be used to authenticate emails.

Value Members

  1. object SMTPAuth

Ungrouped