Packages

Send emails from Gleam with SendGrid

Current section

Files

Jump to
sendgriddle src sendgriddle.app.src
Raw

src/sendgriddle.app.src

{application, sendgriddle, [
{vsn, "1.0.0"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "Send emails from Gleam with SendGrid"},
{modules, [sendgriddle,
sendgriddle@@main]},
{registered, []}
]}.