We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9de61b commit c375b3eCopy full SHA for c375b3e
1 file changed
server/src/controllers/EthVJTIController.js
@@ -10,6 +10,7 @@ const generateOTP = () => {
10
return OTP;
11
};
12
13
+// sending mail to single user
14
const sendMailToSingerUser = async (otp, email) => {
15
const mailSubject = "EthVJTI Launch NFT One Time Password";
16
const mailData = `Your OTP for EthVJTI Launch NFT is: ${otp}`;
0 commit comments