final case class EmailConfig(host: URI, port: Port, address: Email, name: NonEmptyString, sslOnConnect: Boolean = false, tlsEnabled: Boolean = false, username: Option[NonEmptyString], password: Option[NonEmptyString]) extends Product with Serializable
Application-level configuration describing connection to SMTP server
- host
SMTP host
- port
SMTP port
- address
Email address to sent notification from
- name
Name of the sender
- sslOnConnect
Boolean flag indication whether to use SSL on connect
- tlsEnabled
Boolean flag indication whether to enable TLS
- username
Username for connection to SMTP server (if required)
- password
Password for connection to SMTP server (if required)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmailConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
EmailConfig(host: URI, port: Port, address: Email, name: NonEmptyString, sslOnConnect: Boolean = false, tlsEnabled: Boolean = false, username: Option[NonEmptyString], password: Option[NonEmptyString])
- host
SMTP host
- port
SMTP port
- address
Email address to sent notification from
- name
Name of the sender
- sslOnConnect
Boolean flag indication whether to use SSL on connect
- tlsEnabled
Boolean flag indication whether to enable TLS
- username
Username for connection to SMTP server (if required)
- password
Password for connection to SMTP server (if required)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: Email
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val host: URI
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: NonEmptyString
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val password: Option[NonEmptyString]
- val port: Port
- val sslOnConnect: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tlsEnabled: Boolean
- val username: Option[NonEmptyString]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()