EmailAddressInsightsMailboxEvaluations

Contains individual validation checks performed on an email address.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Checks that the domain exists, has valid DNS records, and is configured to receive email.

Link copied to clipboard

Checks that the email address follows proper RFC standards and contains valid characters in the correct format.

Link copied to clipboard

Checks disposable or temporary email addresses that could negatively impact your sender reputation.

Link copied to clipboard

Checks if the input appears to be random text.

Link copied to clipboard

Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.

Link copied to clipboard

Checks that the mailbox exists and can receive messages without actually sending an email.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String