List of public email providers for Golang 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.