List of public email providers for Golang
November 2, 2015 ยท View on GitHub
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.