Update accsrvrq.aspx.cs

This commit is contained in:
Ali Raza Anis
2020-05-16 19:01:37 +05:00
parent 50684b63a5
commit ff72de10e4

View File

@@ -148,7 +148,7 @@ namespace cnip.pages
{
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
var receiverEmail = new MailAddress(pemail, pname);
var password = "opencellularAdmin123";
var password = "";
var sub = "Deactivate 2-Step Verification";
var smtp = new SmtpClient
{
@@ -292,7 +292,7 @@ namespace cnip.pages
{
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
var receiverEmail = new MailAddress(pemail, pname);
var password = "opencellularAdmin123";
var password = "";
var sub = "Reset password";
var smtp = new SmtpClient
{
@@ -442,7 +442,7 @@ namespace cnip.pages
{
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
var receiverEmail = new MailAddress(pemail, pname);
var password = "opencellularAdmin123";
var password = "";
var sub = "Confirm your CNIP account, " + pname;
var smtp = new SmtpClient
{