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
- Host: GitHub
- URL: https://github.com/agrafix/haskell-smtp-server
- Owner: agrafix
- Created: 2013-03-04T22:25:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T12:21:36.000Z (over 7 years ago)
- Last Synced: 2025-04-04T15:46:22.025Z (about 1 year ago)
- Language: Haskell
- Size: 109 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```