feat: send custom email message

This commit is contained in:
Ephraim Atta-Duncan
2023-09-20 09:59:42 +00:00
committed by Mythie
parent a3baf2ed8b
commit da16f1ee07
2 changed files with 8 additions and 2 deletions

View File

@ -60,6 +60,7 @@ export const sendDocument = async ({ documentId, userId }: SendDocumentOptions)
inviterEmail: user.email,
assetBaseUrl,
signDocumentLink,
customBody: customEmail?.customEmailBody || '',
});
await mailer.sendMail({