Skip to content

goware/emailproviders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of public email providers for Golang

GoDoc

Example

import "github.com/goware/emailproviders"

func main() {
    emailproviders.Exists("[email protected]")   // true
    emailproviders.Exists("[email protected]") // false
}

License

Licensed under the MIT License.

About

List of public email providers for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages