Magidoc

DomainResult
Object

Complete domain verification result containing DNS record checks for sending configuration

Fields

#

advancedRecords

Non-null

Advanced DNS record check results (SPF, MX, DMARC) for custom MAILFROM configuration

dmarcResult

DMARC record verification result

domain

Non-null

The domain being verified

enableMailFrom

Non-null

Indicates whether the domain can use a custom MAILFROM (envelope sender) aligned with the From address

isAdvancedValid

Non-null

Indicates whether the domain's advanced DNS configuration (SPF, MX, DMARC) is valid for custom MAILFROM

isValid

Non-null

Indicates whether the domain's standard DNS configuration (DKIM, DMARC) is valid for sending

mxResult

MX record verification result

recordResults

Non-null

Standard DNS record check results (DKIM, MX CNAME, DMARC)

spfResult

SPF record verification result

Usages

#

References

#

  • Field sendingDomainVerifyResult from Domain