Skip to content

Konicord/mailify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check if an email is disposable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages