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

Safe HaskellNone
LanguageHaskell98

Network.Email.Check

Synopsis

Documentation

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

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