From cd65305e3fadcb4dcad962ac8aa18aba724fac31 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 27 Oct 2023 19:05:03 +0530 Subject: [PATCH] =?UTF-8?q?changed=20OTP=20subject=20your=20otp=20to=20You?= =?UTF-8?q?r=20OpenSign=E2=84=A2=20OTP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/OpenSignServer/cloud/parsefunction/SendMailv1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js b/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js index d8b7a49c5..f17e9a4a2 100644 --- a/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js +++ b/apps/OpenSignServer/cloud/parsefunction/SendMailv1.js @@ -7,7 +7,7 @@ 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 .

" +