An ultra-minimal Sparkpost Mail Sender for Erlang
This is a fork of mindrill for Erlang, and is mostly API-compatible.
[{sparkler, [
{api_key, "MY_API_KEY"}
]}].
Start the app:
sparkler:start()
sparkler:send("from@email.com", "to@email.com", "subject", "this is the message").
MIT LICENSE
Copyright © 2016-2023 Jesse Gumm (@jessegumm)