(For information only)
Updated on: 03 March 2020, 10:30 PM
";
$to="$aa";
//$to="lokeshchandrasingh@gmail.com";
$from = "From:support@rkmvuranchi.ac.in";
$subject = "One Time Password-RKMVERI";
$message = "Greetings from Faculty of ARTD, Ramakrishna Mission Vivekananda Educational and Research Institute (RKMVERI).
Your ONE TIME PASSWORD (OTP) is $email_otp Valid Till: $email_otp_validity .
Thanking You!";
mail($to,$subject,$message,$from);
echo "The One Time Password (OTP) has been sent to your registered Email ID.
Please check your SPAM/Updates Mails if you are unable to view the OTP.”;
}?>