Skip to content

RealmTools/emailVerification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A email verification utility

Install

go get -u github.com/RealmTools/emailVerification

Example

func main() {
    response, err := emailVerification.Verify("contact@realmtools.com")
}

Function response

{
  "email": "contact@realmtools.com",
  "domain": "realmtools.com",
  "mxRecordFound": true,
  "spfRecordFound": true,
  "spfRecordContent": "v=spf1 include:_spf.mx.cloudflare.net ~all",
  "dmarcRecordFound": false,
  "dmarcRecordContent": "",
  "isThrowAwayEmail": false
}

About

A email verification tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages