check-email-0.1: Confirm whether an email is valid and probably existant.

Network.Email.Check

Synopsis

Documentation

check :: String -> IO (Either String EmailAddress)Source

Check to see whether an email is (1) RFC-valid and (2) has an existant MX record.