Skip to content

Commit 3226e4f

Browse files
Merge pull request #304 from OpenSignLabs/feat_template
add hyperlink in completed mail for any query
2 parents bbd5d68 + cab94eb commit 3226e4f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function sendMail(e) {
6161
s +
6262
' 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 ' +
6363
t.Mail +
64-
' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.</p></div></div></body></html>',
64+
' 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>'
6565
};
6666
await axios.post(serverUrl + '/functions/sendmailv3', a, {
6767
headers: {
@@ -86,7 +86,7 @@ async function sendCompletedMail(e) {
8686
s +
8787
'. 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 ' +
8888
t.Mail +
89-
' directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.</p></div></div></body></html>',
89+
' 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>',
9090
};
9191
await axios.post(serverUrl + '/functions/sendmailv3', a, {
9292
headers: {

0 commit comments

Comments
 (0)