postmark-0.0.2: Library for postmarkapp.com HTTP Api

Safe HaskellNone

Network.Api.Postmark.Core

Synopsis

Documentation

email :: Email -> PostmarkRequest' SentSource

Send a single email: http:developer.postmarkapp.com/developer-build.html

emails :: [Email] -> PostmarkRequest' [Sent]Source

Bulk send emails: http:developer.postmarkapp.com/developer-build.html#batching-messages

request :: PostmarkSettings -> PostmarkRequest e a -> IO (PostmarkResponse e a)Source

Run the specified request with the specified settings.