Skip to content

goware/emailproviders

Repository files navigation

List of public email providers for Golang

GoDoc

Example

import "github.com/goware/emailproviders"

func main() {
    emailproviders.Exists("example@gmail.com")   // true
    emailproviders.Exists("example@company.com") // 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