feat: send custom email message
This commit is contained in:
committed by
Mythie
parent
a3baf2ed8b
commit
da16f1ee07
@@ -60,6 +60,7 @@ export const sendDocument = async ({ documentId, userId }: SendDocumentOptions)
|
||||
inviterEmail: user.email,
|
||||
assetBaseUrl,
|
||||
signDocumentLink,
|
||||
customBody: customEmail?.customEmailBody || '',
|
||||
});
|
||||
|
||||
await mailer.sendMail({
|
||||
|
||||
Reference in New Issue
Block a user