Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 3
Programming language: Haskell
License: BSD 2-clause "Simplified" License
Tags: Network     Networking     Assumpta    
Latest version: v0.1.0.0
Add another 'assumpta' Package

README

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.