-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Confirm whether an email is valid and probably existant.
--   
--   See README at <a>https://github.com/qoelet/check-email#readme</a>
@package check-email
@version 1.0.2

module Network.Email.Check
checkMx :: CString -> IO CInt

-- | Check to see whether an email is (1) RFC-valid and (2) has an existant
--   MX record.
check :: ByteString -> IO (Either String EmailAddress)
