Module Sendmail


module Sendmail: sig .. end
Simple (and likely incomplete) interface for sending mail

val send : body:string ->
?from:string ->
?subject:string -> ?cc:string -> ?bcc:string -> to_:string -> unit -> unit