SMTPConfig

works.iterative.service.email.SMTPConfig
See theSMTPConfig companion object
case class SMTPConfig(smtpHost: String, smtpSender: String, smtpPort: Int, smtpUsername: Option[String], smtpPassword: Option[String], smtpTestRecipient: Option[String], smtpSenderName: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product