mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 07:02:32 +02:00
fix: #36 In-correct email generated when one of the signers signs a document in 'request signatures'
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ async function sendMail(e) {
|
||||
url: a,
|
||||
from: "OpenSign™",
|
||||
recipient: e.receiver,
|
||||
subject: t.Name + " has signed the doc - " + s,
|
||||
subject: "You have signed the doc - " + s,
|
||||
pdfName: s,
|
||||
html: "<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 " + s + " 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 " + t.Mail + " directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.</p></div></div></body></html>"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user