@hackage assumpta0.1.0.0

An SMTP client library

  • Installation

  • Dependencies (10)

  • Dependents (0)

  • Package Flags

      stack-based-tests
       (off by default)

      enable tests requiring stack

      warnmore
       (on by default)

      Enable plenty of ghc warning flags

assumpta Hackage version Linux Build Status phlummox

An SMTP client library. It provides functionality for sending SMTP commands (including STARTTLS) to a server and checking for expected responses. Also for just sending an email.

Usage

See the simple-client-session-bs.hs program in the examples directory, or the Network.Mail.Assumpta.ByteString module for examples of usage.