Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1000 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1000 Bytes

Mailify

Validate emails by checking if they are disposable or not.

The types of disposable email addresses

  • Throwaway
  • Forwarding
  • Alias

Disposable Email Addresses are exactly what they sound like: email addresses that individuals use once and then discard. The use of these email addresses isn't against the law. You may entirely safeguard your real mailbox against the loss of personal information by using temporary mail.

How do you detect these?

By going through a huge list of email services provided by kickbox.com

Usage

iex> Mailify.disposed("[email protected]")
%{"disposable" => true}

iex> Mailify.disposed("[email protected]")
%{"disposable" => false}

Installation

Hex.pm

By adding it to your mix.exs

defp deps do
    [
      {:mailify, "~> 0.1.0"}
    ]
end

Not using Elixir? Try our NPM version https://www.npmjs.com/package/mailify