Trait

skinny.mailer

SkinnyMailerSmtpConfigApi

Related Doc: package mailer

Permalink

trait SkinnyMailerSmtpConfigApi extends SkinnyMailerConfigBase

SMTP settings for SkinnyMailer.

Linear Supertypes
SkinnyMailerConfigBase, LoggerProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SkinnyMailerSmtpConfigApi
  2. SkinnyMailerConfigBase
  3. LoggerProvider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def 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.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def 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.

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. def host: String

    Permalink

    The SMTP server to connect to.

  14. final def isInstanceOf[T0]: Boolean

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

    Permalink

    Loaded Typesafe Config object.

    Loaded Typesafe Config object.

    Definition Classes
    SkinnyMailerConfigBase
  16. def logger: Logger

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

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  18. 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
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMailerConfigBase
  23. def password: Option[String]

    Permalink

    Default passsword for SMTP authentication if exists.

  24. def passwordAuthenticator: Option[Authenticator]

    Permalink

    Password authenticator if exists.

  25. def 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.

  26. def 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.

  27. def skinnyEnv: String

    Permalink

    Skinny environment value.

    Skinny environment value.

    Definition Classes
    SkinnyMailerConfigBase
  28. def 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.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toCaseClass: SkinnyMailerSmtpConfig

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def user: Option[String]

    Permalink

    Default user name for SMTP authentication if exists.

  33. final def wait(): Unit

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

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

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

Inherited from SkinnyMailerConfigBase

Inherited from LoggerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped