mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
read status
This commit is contained in:
@ -6,6 +6,6 @@ export const sendSignedMail = async (document: any, recipient: any) => {
|
||||
await sendMail(
|
||||
document.user.email,
|
||||
`${recipient.email} signed ${document.title}`,
|
||||
`Hi ${document.user.name}, ${recipient.email} has signed your document ${document.title}. Click <a href="${NEXT_PUBLIC_WEBAPP_URL}/document/${document.id}"> VIEW DOCUMENT</a> to view it now.`
|
||||
`Hi ${document.user.name}, ${recipient.email} has signed your document ${document.title}. Click <a href="${NEXT_PUBLIC_WEBAPP_URL}/document/${document.id}?token=${recipient.token}"> VIEW DOCUMENT</a> to view it now.`
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user