A basic SMTP server in OCaml.
Development on this project has ceased.
This project provided an OCaml library that could be used to accept incoming messages via the SMTP protocol. The intention was not to be used as a fully-functional SMTP server but as a development component that could be used to test receiving of mail.
This library is distributed through OPAM, simply run opam install receive-mail
. The Findlib package name is receive_mail
.
Development requires a working OCaml installation and OASIS installed. It is recommended that you use OPAM to install and configure Ocaml and OASIS. Please refer to the Makefile
for build targets.
Distributed under the ISC license. See LICENSE
for more information.