RealmSmtpServer

data class RealmSmtpServer(val auth: RealmSmtpServerAuth? = null, val envelopeFrom: String? = null, val from: String, val fromDisplayName: String? = null, val host: String, val port: String? = null, val replyTo: String? = null, val replyToDisplayName: String? = null, val ssl: Boolean? = null, val starttls: Boolean? = null)

Constructors

Link copied to clipboard
constructor(auth: RealmSmtpServerAuth? = null, envelopeFrom: String? = null, from: String, fromDisplayName: String? = null, host: String, port: String? = null, replyTo: String? = null, replyToDisplayName: String? = null, ssl: Boolean? = null, starttls: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val envelopeFrom: String? = null
Link copied to clipboard
Link copied to clipboard
val fromDisplayName: String? = null
Link copied to clipboard
Link copied to clipboard
val port: String? = null
Link copied to clipboard
val replyTo: String? = null
Link copied to clipboard
Link copied to clipboard
val ssl: Boolean? = null
Link copied to clipboard
val starttls: Boolean? = null