@hackage assumpta0.1.0.0
An SMTP client library
Categories
License
BSD-2-Clause
Maintainer
phlummox2@gmail.com
Links
Versions
- 0.1.0.0 Wed, 29 Jan 2020
Installation
Dependencies (10)
- assumpta-core >=0.1 && <0.2
- base >=4.0 && <5
- bytestring
- connection
- data-default
- exceptions Show all…
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

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.