Realm Smtp Server
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)
Properties
Link copied to clipboard
Enables authentication to the SMTP server. This block supports the following arguments:
Link copied to clipboard
The email address uses for bounces.
Link copied to clipboard
The display name of the sender email address.
Link copied to clipboard
The display name of the "reply to" email address.