MakeDelayed.EmailServiceinclude Core.Container.SERVICEval start : Core__.Core_ctx.t -> Core__.Core_ctx.t Lwt.tval stop : Core__.Core_ctx.t -> unit Lwt.tmodule 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.