Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.19 KB

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: