Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/choptastic/sparkler
- Owner: choptastic
- License: mit
- Created: 2016-04-21T23:34:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T15:48:38.000Z (10 months ago)
- Last Synced: 2024-04-26T07:02:56.606Z (7 months ago)
- Language: Erlang
- Size: 862 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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))