Up

Module Simple

Signature

module Mimetype : sig .. end
type attachment_name = string
module Content : sig .. end
type t = email
val create : ?from:Email_address.t -> to_:Email_address.t list -> ?cc:Email_address.t list -> subject:string -> ?id:string -> ?date:Core.Std.Time.t -> ?extra_headers:(Headers.Name.t * Headers.Value.t) list -> ?attachments:(attachment_name * Content.t) list -> Content.t -> t
module Expert : sig .. end