assumpta-0.1.0.0: README.md
# assumpta [](https://hackage.haskell.org/package/assumpta) [](https://travis-ci.com/phlummox/assumpta) [](https://circleci.com/gh/phlummox/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.