List of public email providers for Golang Example import "github.com/goware/emailproviders" func main() { emailproviders.Exists("[email protected]") // true emailproviders.Exists("[email protected]") // false } License Licensed under the MIT License.