Emailrepo.io Go client
This is a simple library to interface with emailrepo.io.
- Query an email
- API Key support
- Submit an email
result, err := Query(context.Background(), "[email protected]", true)
This is a simple library to interface with emailrepo.io.
result, err := Query(context.Background(), "[email protected]", true)