This package is a Golang wrapper for emailvalidation.io that aims to make the usage of the API as easy as possible in your project. emailvalidation.io is a simply and easy-to-use email validation & verification API that provides useful information about any email address.
Initialize the API with your API Key (get one for free at emailvalidation.io):
emailivalidation.Init("YOUR-API-KEY")
Afterwards you can make calls to the API like this:
emailivalidation.Status()
emailivalidation.Info({
"email": "john@doe.com",
"catch_all": 1
})
Find out more about our endpoints, parameters and response data structure in the docs
The MIT License (MIT). Please see License File for more information.