Popularity
7.6
Stable
Activity
0.0
Declining
20
5
10

Monthly Downloads: 31
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network APIs    
Latest version: v0.2.7

postmark alternatives and similar packages

Based on the "Networking" category.
Alternatively, view postmark alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of postmark or a related project?

Add another 'Networking' Package

README

Library for postmarkapp.com HTTP Api

To get start see some examples in the Network.Api.Postmark.Tutorial.

To experiment with a live demo try:

git clone https://github.com/apiengine/postmark
cd postmark
cabal install --only-dependencies &&  cabal configure -f demo  && cabal build
./dist/build/postmark-demo/postmark-demo

Issues can be reported at https://github.com/apiengine/postmark/issues.

If you need help or have any questions, get in contact:

Notes

  • Build Status