Skip to content

qoelet/check-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-email

Confirm whether an email is valid and probably existant.

Prelude> import Network.Email.Check
Prelude Network.Email.Check> :set -XOverloadedStrings
Prelude Network.Email.Check> check "chrisdone@gmail.com"
Right "chrisdone@gmail.com"
Prelude Network.Email.Check> check "foo@foobar.net"
Left "no MX record exists for domain foobar.net"

About

Confirm whether an email is valid and probably existant.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors