Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 425 Bytes

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.