Skip to content

Simple library checking the email's domain is disposable or not.

License

Notifications You must be signed in to change notification settings

hipcall/hipcall_disposable_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HipcallDisposableEmail

Simple library checking the email's domain is disposable or not.

We cannot guarantee all of these can still be considered disposable but we do basic checking so chances are they were disposable at one point in time.

Example

iex> HipcallDisposableEmail.disposable("hello@hipcall.com")
false
iex> HipcallDisposableEmail.disposable("info@gmal.com")
true

Installation

If available in Hex, the package can be installed by adding hipcall_disposable_email to your list of dependencies in mix.exs:

def deps do
  [
    {:hipcall_disposable_email, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hipcall_disposable_email.

Hipcall

All Hipcall libraries: