Service.MakeDelayedSourceUse 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
module Log : Log.Service.Sig.SERVICEmodule EmailService : Sig.SERVICEmodule DbService : Data.Db.Service.Sig.SERVICEmodule QueueService : Queue.Service.Sig.SERVICEinclude Core.Container.SERVICESend email.
Send multiple emails. If sending of one of them fails, the function fails.