Class/Object

skinny.mailer

SkinnyMailerSmtpConfig

Related Docs: object SkinnyMailerSmtpConfig | package mailer

Permalink

case class SkinnyMailerSmtpConfig(host: String, port: Int, connectTimeoutMillis: Int, readTimeoutMillis: Int, startTLSEnabled: Boolean, authEnabled: Boolean, user: Option[String], password: Option[String]) extends SkinnyMailerSmtpConfigApi with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SkinnyMailerSmtpConfigApi, SkinnyMailerConfigBase, LoggerProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SkinnyMailerSmtpConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SkinnyMailerSmtpConfigApi
  7. SkinnyMailerConfigBase
  8. LoggerProvider
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SkinnyMailerSmtpConfig(host: String, port: Int, connectTimeoutMillis: Int, readTimeoutMillis: Int, startTLSEnabled: Boolean, authEnabled: Boolean, user: Option[String], password: Option[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val authEnabled: Boolean

    Permalink

    If true, attempt to authenticate the user using the AUTH command.

    If true, attempt to authenticate the user using the AUTH command. Defaults to false.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val connectTimeoutMillis: Int

    Permalink

    Socket connection timeout value in milliseconds.

    Socket connection timeout value in milliseconds. This timeout is implemented by java.net.Socket. Default is infinite timeout.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val host: String

    Permalink

    The SMTP server to connect to.

    The SMTP server to connect to.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. lazy val loadedConfig: Option[Config]

    Permalink

    Loaded Typesafe Config object.

    Loaded Typesafe Config object.

    Definition Classes
    SkinnyMailerConfigBase
  14. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  15. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  16. def name: String

    Permalink

    Name for this configuration which will be use in the namespace "{env}.mailer.{name}".

    Name for this configuration which will be use in the namespace "{env}.mailer.{name}".

    Definition Classes
    SkinnyMailerConfigBase
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def opt[A](op: ⇒ A): Option[A]

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMailerConfigBase
  21. val password: Option[String]

    Permalink

    Default passsword for SMTP authentication if exists.

    Default passsword for SMTP authentication if exists.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  22. def passwordAuthenticator: Option[Authenticator]

    Permalink

    Password authenticator if exists.

    Password authenticator if exists.

    Definition Classes
    SkinnyMailerSmtpConfigApi
  23. val port: Int

    Permalink

    The SMTP server port to connect to, if the connect() method doesn't explicitly specify one.

    The SMTP server port to connect to, if the connect() method doesn't explicitly specify one. Defaults to 25.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  24. val readTimeoutMillis: Int

    Permalink

    Socket read timeout value in milliseconds.

    Socket read timeout value in milliseconds. This timeout is implemented by java.net.Socket. Default is infinite timeout.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  25. def skinnyEnv: String

    Permalink

    Skinny environment value.

    Skinny environment value.

    Definition Classes
    SkinnyMailerConfigBase
  26. val startTLSEnabled: Boolean

    Permalink

    If true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands.

    If true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands. Note that an appropriate trust store must configured so that the client will trust the server's certificate. Defaults to false.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toCaseClass: SkinnyMailerSmtpConfig

    Permalink
    Definition Classes
    SkinnyMailerSmtpConfigApi
  29. val user: Option[String]

    Permalink

    Default user name for SMTP authentication if exists.

    Default user name for SMTP authentication if exists.

    Definition Classes
    SkinnyMailerSmtpConfigSkinnyMailerSmtpConfigApi
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SkinnyMailerSmtpConfigApi

Inherited from SkinnyMailerConfigBase

Inherited from LoggerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped