Sourceexception Exception of string Sourceval get_inbox : unit -> t list Sourceval clear_inbox : unit -> unit Sourceval make :
sender:string ->
recipient:string ->
subject:string ->
text_content:string ->
html_content:string ->
?cc:string list ->
?bcc:string list ->
html:bool ->
?template_id:string ->
?template_data:Template.Data.t ->
unit ->
t Sourceval template_id : t -> string option Sourceval text_content : t -> string Sourceval html_content : t -> string Sourceval set_text_content : string -> t -> t Sourceval set_html_content : string -> t -> t