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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article