hailgun

Mailgun REST api interface for Haskell.

Version on this page:0.4.1.2
LTS Haskell 13.30:0.4.2
Stackage Nightly 2019-02-14:0.4.1.8
Latest on Hackage:0.5.1

See all snapshots hailgun appears in

MIT licensed by Robert Massaioli
Maintained by [email protected]
This version can be pinned in stack with:hailgun-0.4.1.2@sha256:6eff45c020d0d05c13494f18c6e56289acd228c60b1d0739e9f5f2820d5bfb85,3409

Module documentation for 0.4.1.2

Hailgun

The hailgun library is a Haskell library that integrates with Mailgun. Mailgun is a service that allows controlled sending of emails. The intial focus of the API is on sending emails rather than recieving them.

This library was implimented based upon the information provided on the Mailgun API Reference. The goal of this library is match this API 1-1.

Building this library

This library just uses cabal to build itself. To do so for development then follow the following steps:

cabal sandbox init
cabal install --only-dependencies
cabal build

At that point in time you should have a working version of the library. If you wish to see the library in action then you could look at the hailgun-send library.