23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
{<<"app">>,<<"email_checker">>}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|
|
{<<"description">>,
|
|
<<"Simple library checking the validity of an email. Checks are performed in the following order:\n\n- REGEX: validate the emails has a good looking format\n\n- MX: validate the domain sever contains MX records\n\n- SMTP: validate the SMTP behind the MX records knows this email address (no email sent)">>}.
|
|
{<<"elixir">>,<<"~> 1.3">>}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/email_checker">>,<<"lib/email_checker/loader.ex">>,
|
|
<<"lib/email_checker/tools.ex">>,<<"lib/email_checker/check.ex">>,
|
|
<<"lib/email_checker/check">>,<<"lib/email_checker/check/format.ex">>,
|
|
<<"lib/email_checker/check/mx.ex">>,<<"lib/email_checker/check/smtp.ex">>,
|
|
<<"lib/email_checker.ex">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>,
|
|
<<"priv">>,<<"priv/email_regex">>]}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/jshmrtn/email_checker">>}]}.
|
|
{<<"name">>,<<"email_checker">>}.
|
|
{<<"requirements">>,
|
|
[[{<<"app">>,<<"socket">>},
|
|
{<<"name">>,<<"socket">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.3.1">>}]]}.
|
|
{<<"version">>,<<"0.2.4">>}.
|