Packages

A Gleam library for sending emails using Plunk's API (https://useplunk.com), supports Erlang and JavaScript targets.

Retired package: Release invalid

Current section

Files

Jump to
plunk include plunk@client_Client.hrl
Raw

include/plunk@client_Client.hrl

-record(client, {
api_key :: binary(),
executor :: fun((gleam@http@request:request(any())) -> gleam@http@response:response(any()))
}).