Current section
Files
Jump to
Current section
Files
src/gen_smtp.app.src
{application,gen_smtp,
[{description,"The extensible Erlang SMTP client and server library."},
{vsn,"1.3.0"},
{applications,[kernel,stdlib,crypto,asn1,public_key,ssl,ranch]},
{registered,[]},
{licenses,["BSD-2-Clause"]},
{links,[{"GitHub","https://github.com/gen-smtp/gen_smtp"}]},
{exclude_files,["src/smtp_rfc822_parse.erl"]}]}.