sihl-email
A Sihl service for sending emails using Lwt
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library sihl-email
include Sig.Core.Container.Service.Sig
val lifecycle : Sig.Core.Container.Lifecycle.t
module Template : Sig.TEMPLATE_SERVICE
A template service to manage email templates.
val send : Sihl_email_core__Model.t -> unit Lwt.t
Send email.
val bulk_send : Sihl_email_core__Model.t list -> unit Lwt.t
Send multiple emails. If sending of one of them fails, the function fails.
val register : unit -> Sig.Core.Container.Service.t