LettersSourcetype config = {sender : string;username : string;password : string;hostname : string;port : int option;with_starttls : bool;ca_dir : string;}val build_email :
from:string ->
recipients:recipient list ->
subject:string ->
body:body ->
Mrmime.Mt.tval send :
config:config ->
recipients:recipient list ->
message:Mrmime.Mt.t ->
(unit, string) Lwt_result.t