Package

im.actor.server

email

Permalink

package email

Visibility
  1. Public
  2. All

Type Members

  1. case class Content(html: Option[String], text: Option[String]) extends Product with Serializable

    Permalink

    describes content of email.

    describes content of email. One of content entries should be present. If both are present - both will be set

    html

    email html content. Should be present if you want to send message with html

    text

    plain text content

  2. final class DummyEmailSender extends EmailSender

    Permalink
  3. case class EmailConfig(address: String, name: String, prefix: String, host: String, port: Int, username: String, password: String, tls: Boolean) extends Product with Serializable

    Permalink
  4. trait EmailSender extends AnyRef

    Permalink
  5. case class Message(to: String, subject: String, content: Content) extends Product with Serializable

    Permalink
  6. final class SmtpEmailSender extends EmailSender

    Permalink

Value Members

  1. object Content extends Serializable

    Permalink
  2. object EmailConfig extends Serializable

    Permalink

Ungrouped