MakeDelayed.EmailServiceinclude Core.Container.SERVICEmodule Template : sig ... endA template service to manage email templates.
val send : Core.Ctx.t -> Email__.Email_core.t -> unit Lwt.tSend email.
val bulk_send : Core.Ctx.t -> Email__.Email_core.t list -> unit Lwt.tSend multiple emails. If sending of one of them fails, the function fails.