mandrill-0.1.0.0: Library for interfacing with the Mandrill JSON API

Safe HaskellNone
LanguageHaskell2010

Network.API.Mandrill

Documentation

emptyMessage :: EmailAddress -> EmailAddress -> MandrillMessage Source

newTextMessage :: EmailAddress -> EmailAddress -> Text -> Text -> MandrillMessage Source

newHtmlMessage :: EmailAddress -> EmailAddress -> Text -> Html -> MandrillMessage Source

liftIO :: MonadIO m => forall a. IO a -> m a