Skip to main content

src/sendr.app.src

{application, sendr, [
    {vsn, "1.0.0"},
    {applications, [filepath,
                    gleam_stdlib,
                    marceau,
                    simplifile]},
    {description, "A Gleam email library to unify sending emails."},
    {modules, [sendr,
               sendr@@main,
               sendr@message,
               sendr@message@attachment,
               sendr@message@body,
               sendr@message@mailbox]},
    {registered, []}
]}.