Interface CheckEmailBlacklistOptions

Check a domain, outbound IP address, or specific MX host against configured DNS blacklists

Export

Interface

CheckEmailBlacklistOptions

Hierarchy

  • CheckEmailBlacklistOptions

Properties

captchaToken?: string

Memberof

CheckEmailBlacklistOptions

domain?: string

Domain to check against configured domain blocklists. Domain A and MX addresses are not treated as outbound sending IPs unless includeDomainInfrastructure is explicitly enabled.

Memberof

CheckEmailBlacklistOptions

includeDomainInfrastructure?: boolean

Explicitly include the domain A address and discovered MX addresses as infrastructure diagnostics. Defaults to false because these addresses are normally not outbound sending IPs.

Memberof

CheckEmailBlacklistOptions

ipAddress?: string

Specific observed or configured outbound IPv4 address to check directly

Memberof

CheckEmailBlacklistOptions

mxHost?: string

Specific MX host to resolve and check as inbound infrastructure. MX results do not prove outbound sender reputation.

Memberof

CheckEmailBlacklistOptions