Skip to content

Commit 4f2801d

Browse files
refactor: change keyword in mail from opensign to OpenSign™
1 parent 7a9bebe commit 4f2801d

File tree

1 file changed

+6
-6
lines changed
  • apps/OpenSignServer/cloud/parsefunction/pdf

1 file changed

+6
-6
lines changed

apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ async function sendMail(e) {
5555
html:
5656
"<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /></head><body> <div style='background-color:#f5f5f5;padding:20px'> <div style='box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;background-color:white;'> <div><img src=https://qikinnovation.ams3.digitaloceanspaces.com/logo.png height='50' style='padding:20px'/> </div><div style='padding:2px;font-family:system-ui; background-color: #47a3ad;'> <p style='font-size:20px;font-weight:400;color:white;padding-left:20px',> Document Copy</p></div><div><p style='padding:20px;font-family:system-ui;font-size:14px'>A copy of the document " +
5757
s +
58-
' Standard is attached to this email. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from Open Sign. For any queries regarding this email, please contact the sender ' +
58+
' Standard is attached to this email. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from OpenSign™. For any queries regarding this email, please contact the sender ' +
5959
t.Mail +
60-
' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign <a href=www.opensignlabs.com target=_blank>here</a>.</p></div></div></body></html>',
60+
' directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign™ <a href=www.opensignlabs.com target=_blank>here</a>.</p></div></div></body></html>',
6161
};
6262
await axios.post(serverUrl + '/functions/sendmailv3', a, {
6363
headers: {
@@ -80,9 +80,9 @@ async function sendCompletedMail(e) {
8080
html:
8181
"<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /></head><body> <div style='background-color:#f5f5f5;padding:20px'> <div style='box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;background-color:white;'> <div><img src=https://qikinnovation.ams3.digitaloceanspaces.com/logo.png height='50' style='padding:20px'/> </div><div style='padding:2px;font-family:system-ui; background-color: #47a3ad;'> <p style='font-size:20px;font-weight:400;color:white;padding-left:20px',> Document sign successfully</p></div><div><p style='padding:20px;font-family:system-ui;font-size:14px'>All parties have successfully signed the document" +
8282
s +
83-
'. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from Open Sign. For any queries regarding this email, please contact the sender ' +
83+
'. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from OpenSign™. For any queries regarding this email, please contact the sender ' +
8484
t.Mail +
85-
' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign <a href=www.opensignlabs.com target=_blank>here</a>.</p></div></div></body></html>',
85+
' directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign™ <a href=www.opensignlabs.com target=_blank>here</a>.</p></div></div></body></html>',
8686
};
8787
await axios.post(serverUrl + '/functions/sendmailv3', a, {
8888
headers: {
@@ -238,13 +238,13 @@ async function PDF(i, n) {
238238
v && 0 < v.length
239239
? plainAddPlaceholder({
240240
pdfBuffer: e,
241-
reason: 'Digitally signed by Open sign for ' + v?.join(', '),
241+
reason: 'Digitally signed by OpenSign™ for ' + v?.join(', '),
242242
location: 'location',
243243
signatureLength: 1e4,
244244
})
245245
: plainAddPlaceholder({
246246
pdfBuffer: e,
247-
reason: 'Digitally signed by Open sign for ' + m + ' <' + g + '>',
247+
reason: 'Digitally signed by OpenSign™ for ' + m + ' <' + g + '>',
248248
location: 'location',
249249
signatureLength: 1e4,
250250
})),

0 commit comments

Comments
 (0)