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.
iex> HipcallDisposableEmail.disposable("hello@hipcall.com")
false
iex> HipcallDisposableEmail.disposable("info@gmal.com")
true
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.
All Hipcall libraries:
- HipcallDisposableEmail - Simple library checking the email's domain is disposable or not.
- HipcallDeepgram - Unofficial Deepgram API Wrapper written in Elixir.