From 4f2801d901519f87c3170ae6847494f8a01f4efb Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Thu, 15 Feb 2024 11:06:27 +0530 Subject: [PATCH] =?UTF-8?q?refactor:=20change=20keyword=20in=20mail=20from?= =?UTF-8?q?=20opensign=20to=20OpenSign=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud/parsefunction/pdf/PDF.min.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js index bebaa36ce..0c588349f 100644 --- a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js +++ b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js @@ -55,9 +55,9 @@ async function sendMail(e) { html: "

Document Copy

A copy of the document " + 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 ' + + ' Standard is attached to this email. Kindly download the document from the attachment.

This is an automated email from OpenSign™. 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 OpenSign™ here.

', }; await axios.post(serverUrl + '/functions/sendmailv3', a, { headers: { @@ -80,9 +80,9 @@ async function sendCompletedMail(e) { html: "

Document sign successfully

All parties have successfully signed the document" + 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 ' + + '. Kindly download the document from the attachment.

This is an automated email from OpenSign™. 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 OpenSign™ here.

', }; await axios.post(serverUrl + '/functions/sendmailv3', a, { headers: { @@ -238,13 +238,13 @@ async function PDF(i, n) { v && 0 < v.length ? plainAddPlaceholder({ pdfBuffer: e, - reason: 'Digitally signed by Open sign for ' + v?.join(', '), + reason: 'Digitally signed by OpenSign™ for ' + v?.join(', '), location: 'location', signatureLength: 1e4, }) : plainAddPlaceholder({ pdfBuffer: e, - reason: 'Digitally signed by Open sign for ' + m + ' <' + g + '>', + reason: 'Digitally signed by OpenSign™ for ' + m + ' <' + g + '>', location: 'location', signatureLength: 1e4, })),