From fd778c25e6fc57ac8e2963a0b5cc487ba453a314 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 23 Jan 2024 13:06:56 +0530 Subject: [PATCH] fix: add link mail tag --- apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js index 3400963d3..49be44df9 100644 --- a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js +++ b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js @@ -60,7 +60,7 @@ async function sendMail(e) { s + ' Standard is attached to this email. Kindly download the document from the attachment.

This is an automated email from Open Sign. For any queries regarding this email, please contact the sender ' + t.Mail + - ' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.

', + ' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.

', }; await axios.post(serverUrl + '/functions/sendmailv3', a, { headers: { @@ -85,7 +85,7 @@ async function sendCompletedMail(e) { s + '. Kindly download the document from the attachment.

This is an automated email from Open Sign. For any queries regarding this email, please contact the sender ' + t.Mail + - ' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.

', + ' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.

', }; await axios.post(serverUrl + '/functions/sendmailv3', a, { headers: {