works.iterative.service.email
package works.iterative.service.email
Members list
Packages
Type members
Classlikes
case class Attachment(filename: String, mimeType: String, content: Array[Byte], description: String)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Attachment
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Attachment.type
case class EmailContent(subject: String, message: String, htmlMessage: Option[String] = ..., attachments: Attachment*)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait EmailNotificationService
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object EmailNotificationService
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
case class SMTPConfig(smtpHost: String, smtpSender: String, smtpPort: Int, smtpUsername: Option[String], smtpPassword: Option[String], smtpTestRecipient: Option[String], smtpSenderName: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SMTPConfig
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SMTPConfig.type
In this article