mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
signinged request template
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}?token=${recipient.token}"> 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}}"> VIEW DOCUMENT</a> to view it now.`
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user