Skip to content

gabalese/email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmailChecker

A simple scala wrapper around Java's Lookup and Socket, enabling the client to force check the authenticity of an email address via a SMTP connection to the MX server for any domain.

Example

import it.alese.emailchecker.EmailChecker

val result = EmailChecker.check("[email protected]")  // result = RecipientOK

The list of possible query outcomes is in the ServiceResponse.scala enumeration.

About

Scala service to check for email authenticity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages