Esempio n. 1
0
 public bool SendLoginNotyfication(string userName, string destination)
 {
     SendEmail.SetProperties(userName, destination, "Gold Chat: Login Notyfication", "You have login: "******"dd:MM On HH:mm:ss") + " To Gold Chat Account.");
     return(SendEmail.SendEmail());
 }