GetMxRecordRecord

data class GetMxRecordRecord(val exchange: String, val preference: Int)

Constructors

Link copied to clipboard
constructor(exchange: String, preference: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mail server responsible for the domain covered by the MX record.

Link copied to clipboard

String representing the "preference” value of the MX records. Records with lower preference value take priority.