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