reminder application, uses a logarithmic falloff to time reminder emails
ocamlfind ocamlc -package ssl,netstring -c sendmail.ml
ocamlfind ocamlc -syntax camlp4o -package netstring,orm.syntax,batteries,cryptokit -c remind_daemon.ml
ocamlfind ocamlc -linkpkg -syntax camlp4o -package netstring,orm.syntax,batteries,cryptokit,ssl -o remind_daemon sendmail.cmo remind_daemon.cmo
|