Module Std.Sendmail


module Sendmail: Sendmail

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