diff --git a/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js b/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js index d8b7a49c5..f7cb953ae 100644 --- a/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js +++ b/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js @@ -7,10 +7,10 @@ async function SendMailv1(request) { const res = await Parse.Cloud.sendEmail({ from: 'Test user' + ' <' + process.env.MAILGUN_SENDER + '>', recipient: recipient, - subject: 'your otp', + subject: 'Your OpenSign™ OTP', text: 'This email is a test.', html: - "

OTP Verification

Your OTP for LegaDaft verification .

" + + "

OTP Verification

Your OTP for OpenSign™ verification is:

" + otp + '

', // "

Hello,

Your OTP for LegaDaft verification .

76984

Thank You!
"