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

Safe HaskellSafe
LanguageHaskell2010

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.