← Packages / marathon / Capabilities

IO.Console

in marathon v0.1.0

v0.1.0 is the oldest version of marathon that was analysed, so there is nothing to compare it against. IO.Console is a first sighting, not a change.

lib/marathon/adapters/local.march:6
3-- The default adapter unless MAIL_ADAPTER=mailgun. Part of the future mail library.
4mod Marathon.Adapters.Local do
5
6 needs IO.Console
7
8doc "\"Deliver\" by logging a one-line summary. Always Ok(\"local\"). cfg is ignored (accepted for a uniform adapter interface)."
9fn deliver(email, _cfg) do
lib/marathon/mailer.march:7
4-- glue pattern for an app that wants MAIL_ADAPTER-style configuration.
5mod Marathon.Mailer do
6
7 needs IO.Console
8 needs IO.NetConnect
9 needs IO.NetConnect.TLS
10