Smtp Args
constructor(enabled: Output<Boolean>? = null, fromAddress: Output<String>? = null, fromName: Output<String>? = null, host: Output<String>? = null, password: Output<String>? = null, skipVerify: Output<Boolean>? = null, startTLSPolicy: Output<Either<String, StartTLSPolicy>>? = null, user: Output<String>? = null)