/sparkler

Ultra-minimal Sparkpost Mail Sender for Erlang

Primary LanguageErlangMIT LicenseMIT

Sparkler

An ultra-minimal Sparkpost Mail Sender for Erlang

This is a fork of mindrill for Erlang, and is mostly API-compatible.

Configure it

[{sparkler, [
	{api_key, "MY_API_KEY"}
]}].

Start The App

Start the app:

sparkler:start()

Send mail

sparkler:send("from@email.com", "to@email.com", "subject", "this is the message").

License

MIT LICENSE

Copyright © 2016-2023 Jesse Gumm (@jessegumm)