Skip to content

feat: async MX record validation (DNS lookup) #9

Description

@polaz

Summary

domain_check_mx() — verify domain has MX records via DNS. Separate feature dns with hickory-resolver.

Tasks

  • Feature flag: dns (not default)
  • EmailAddress::verify_mx(&self) -> Result<bool, DnsError> (async)
  • Batch: verify_mx_batch(emails) -> Vec<Result<bool, DnsError>>
  • Timeout config, custom resolver support
  • Integration test with real DNS (not mocked)

Time estimate

4h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions