You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/OpenSignServer/cloud/customRoute/autoReminder.js
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ function replaceMailVaribles(subject, body, variables) {
23
23
}
24
24
25
25
// `sendmail` is used to signing reminder mail to signer
26
-
asyncfunctionsendMail(doc,signer,mailcount){
26
+
asyncfunctionsendMail(doc,signer){
27
27
constsubject=`{{sender_name}} has requested you to sign "{{document_title}}"`;
28
28
constbody=`<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /></head><body><p>Hi {{receiver_name}},</p><br><p>We hope this email finds you well. {{sender_name}} has requested you to review and sign <b>"{{document_title}}"</b>.</p><p>Your signature is crucial to proceed with the next steps as it signifies your agreement and authorization.</p><br><p>{{signing_url}}</p><br><p>If you have any questions or need further clarification regarding the document or the signing process, please contact the sender.</p><br><p>Thanks</p><p> Team OpenSign™</p><br></body> </html>`;
0 commit comments