RealmSmtpServerArgs

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)