Packages

A wrapper for ZeptoMail's transactional email API

Current section

Files

Jump to
zeptomail src zeptomail.app.src
Raw

src/zeptomail.app.src

{application, zeptomail, [
{vsn, "1.1.0"},
{applications, [gleam_hackney,
gleam_http,
gleam_json,
gleam_stdlib]},
{description, "A wrapper for ZeptoMail's transactional email API"},
{modules, [zeptomail]},
{registered, []}
]}.