package sihl-email

  1. Overview
  2. Docs

Module Sihl_emailSource

module Core = Sihl_core
module Database = Sihl_database
module Migration = Sihl_migration
module Repository = Sihl_repository
module Utils = Sihl_utils
module Queue = Sihl_queue_core
module Sig = Sihl.Email.Sig
Sourcemodule Template : sig ... end
Sourcemodule Make : sig ... end
Sourcemodule MakeDelayed (EmailService : Sig.SERVICE) (QueueService : Sihl.Queue.Sig.SERVICE) : Sig.SERVICE

Use this functor to create an email service that sends emails using the job queue. This is useful if you need to answer a request quickly while sending the email in the background

OCaml

Innovation. Community. Security.