New member application e-mails include applicant's e-mail address in body text
[hcoop/zz_old/portal.git] / mail.sig
CommitLineData
2eae496b 1signature MAIL =
2sig
3 type session
4 val mopen : unit -> session
5 val mwrite : session * string -> unit
6 val mclose : session -> OS.Process.status
7end
8