assumpta: An SMTP client library

[ bsd2, library, network ] [ Propose Tags ]

An SMTP client library, which allows you to send email via an SMTP server.

For further details, please see the README on GitHub at https://github.com/phlummox/assumpta#readme.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
stack-based-tests

enable tests requiring stack

Disabled
warnmore

Enable plenty of ghc warning flags

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies assumpta-core (>=0.1 && <0.2), base (>=4.0 && <5), bytestring, connection, data-default, exceptions, mime-mail, mtl, text, transformers [details]
License BSD-2-Clause
Copyright 2020 phlummox
Author phlummox
Maintainer phlummox2@gmail.com
Category Network
Home page https://github.com/phlummox/assumpta#readme
Bug tracker https://github.com/phlummox/assumpta/issues
Source repo head: git clone https://github.com/phlummox/assumpta
Uploaded by phlummox at 2020-01-29T06:27:12Z
Distributions
Downloads 357 total (3 in the last 30 days)
Rating 1.25 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for assumpta-0.1.0.0

[back to package description]

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.