Validation Results
Relaybase evaluates every email across several verification layers and returns both categorical classifications and detailed metadata.Deliverability Statuses
Thestatus parameter reflects overall confidence:
valid: The email passed all primary checks and is expected to be deliverable.invalid: The email failed critical checks (e.g., bad syntax, missing MX records, dead mailbox).risky: The email can receive mail, but carries factors that could increase bounce risk (e.g., catch-all, role-based).
Deliverability Score
Thescore field returns an integer from 0 to 100 representing confidence in email deliverability:
Verification Flags
syntax_valid:trueif the email string complies with RFC standard format.mx_valid:trueif the domain has active, reachable Mail Exchange (MX) DNS records.is_disposable:trueif the domain belongs to a temporary or burner email provider.is_role_based:trueif the address represents a functional group (e.g.,support@,admin@).is_free:trueif the mailbox is hosted by a consumer provider (e.g., Gmail, Yahoo).catch_all:trueif the receiving server accepts mail for any address at that domain.smtp_code: The direct status code returned by the target SMTP server (e.g.,250).