Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/choptastic/sparkler

Ultra-minimal Sparkpost Mail Sender for Erlang
https://github.com/choptastic/sparkler

Last synced: 21 days ago
JSON representation

Ultra-minimal Sparkpost Mail Sender for Erlang

Awesome Lists containing this project

README

        

# Sparkler

An ultra-minimal Sparkpost Mail Sender for Erlang

This is a fork of [mindrill](https://github.com/choptastic/mindrill) for
Erlang, and is mostly API-compatible.

## Configure it

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

## Start The App

Start the app:

```erlang
sparkler:start()
```

## Send mail

```erlang
sparkler:send("[email protected]", "[email protected]", "subject", "this is the message").
```

# License

MIT LICENSE

Copyright © 2016-2023 [Jesse Gumm](http://jessegumm.com) ([@jessegumm](http://twitter.com/jessegumm))