valid_email2
valid_email2 copied to clipboard
Caching of domain dns/mx check
ValidEmail2::Address.new("[email protected]").valid_mx? => false
the fact that ymail.con is not a valid domain, can the gem cache that fact? during bulk checking of 1000 email addresses, that would avoid the need to make 1000 network requests.
Great idea! A PR is most welcome!