Skip to content

Elixir library for looking up publicly-available email domains

Notifications You must be signed in to change notification settings

codesandbox/public-domains-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Domains

Quickly look up whether a domain hosts publicly-available email addresses.

What is this?

When validating email addresses, it is sometimes useful to know whether the address is likely related to a company or comes from a publicly-accessible domain. This library provides a community-maintained list of domains that host publicly-available email addresses. It is updated on an as-needed basis (pull requests welcome).

Installation

This package is not available on Hex.pm, and should instead be downloaded directly from GitHub:

def deps do
  [
    {:public_domains, github: "codesandbox/public-domains-ex"}
  ]
end

Usage

TODO.

Contributions

In order to update the list of domains, please run ./bin/update.sh from the root of the project. Then open a pull requests with the changes. When possible, please do not mix domain list updates with other changes.

About

Elixir library for looking up publicly-available email domains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published