smtpbz-1.1.0: Unofficial API client for smtp.bz
Safe HaskellSafe-Inferred
LanguageHaskell2010

Smtpbz

Synopsis

Documentation

class Has t where Source #

smtp.bz configuration that is used by the library and the user may want to override.

Methods

apiKey :: t -> ByteString Source #

API key; get one at https://smtp.bz/panel/user

baseUrl :: t -> Text Source #

API base URL; Most likely, https://api.smtp.bz/v1

httpMan :: t -> Manager Source #

The Manager under which all requests will be made.