An open API service indexing awesome lists of open source software.

https://github.com/phlummox/assumpta

An SMTP client library, which allows you to send email via an SMTP server
https://github.com/phlummox/assumpta

email haskell mail-client smtp smtp-client

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# assumpta [![Hackage version](https://img.shields.io/hackage/v/assumpta.svg?label=Hackage)](https://hackage.haskell.org/package/assumpta) [![Linux Build Status](https://img.shields.io/travis/com/phlummox/assumpta.svg?label=Linux%20build)](https://travis-ci.com/phlummox/assumpta) [![phlummox](https://circleci.com/gh/phlummox/assumpta.svg?style=svg)](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.