mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
feat: send email when all recipients have signed
This commit is contained in:
@ -70,6 +70,7 @@ export const completeDocumentWithToken = async ({
|
||||
},
|
||||
});
|
||||
|
||||
// TODO: Send email to documents with two or more recipients
|
||||
await sendPendingEmail({ document, recipient });
|
||||
|
||||
const documents = await prisma.document.updateMany({
|
||||
|
||||
Reference in New Issue
Block a user