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

https://github.com/agrafix/haskell-smtp-server

Simple SMTP Server in Haskell
https://github.com/agrafix/haskell-smtp-server

Last synced: about 1 year ago
JSON representation

Simple SMTP Server in Haskell

Awesome Lists containing this project

README

          

haskell-smtp-server
===================

Simple SMTP Server in Haskell

Build and run with:
```bash
runhaskell Setup configure --prefix=$HOME --user
runhaskell Setup build
```