Realm Smtp Server Args
data class RealmSmtpServerArgs(val auth: Output<RealmSmtpServerAuthArgs>? = null, val envelopeFrom: Output<String>? = null, val from: Output<String>, val fromDisplayName: Output<String>? = null, val host: Output<String>, val port: Output<String>? = null, val replyTo: Output<String>? = null, val replyToDisplayName: Output<String>? = null, val ssl: Output<Boolean>? = null, val starttls: Output<Boolean>? = null) : ConvertibleToJava<RealmSmtpServerArgs>
Constructors
Link copied to clipboard
constructor(auth: Output<RealmSmtpServerAuthArgs>? = null, envelopeFrom: Output<String>? = null, from: Output<String>, fromDisplayName: Output<String>? = null, host: Output<String>, port: Output<String>? = null, replyTo: Output<String>? = null, replyToDisplayName: Output<String>? = null, ssl: Output<Boolean>? = null, starttls: Output<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.