Values.EmailAddressInsightsMailboxEvaluationsSourceContains individual validation checks performed on an email address.
type nonrec t = {hasValidSyntax : EmailAddressInsightsVerdict.t option;Checks that the email address follows proper RFC standards and contains valid characters in the correct format.
*)hasValidDnsRecords : EmailAddressInsightsVerdict.t option;Checks that the domain exists, has valid DNS records, and is configured to receive email.
*)mailboxExists : EmailAddressInsightsVerdict.t option;Checks that the mailbox exists and can receive messages without actually sending an email.
*)isRoleAddress : EmailAddressInsightsVerdict.t option;Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.
*)isDisposable : EmailAddressInsightsVerdict.t option;Checks disposable or temporary email addresses that could negatively impact your sender reputation.
*)isRandomInput : EmailAddressInsightsVerdict.t option;Checks if the input appears to be random text.
*)}