Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Smtpbz
Synopsis
- class Has t where
- module Smtpbz.Internal.Api
Documentation
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
API base URL; Most likely, https://api.smtp.bz/v1
httpMan :: t -> Manager Source #
The Manager
under which all requests will be made.
module Smtpbz.Internal.Api