mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
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