Module Sendmail


module Sendmail: sig .. end

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