email refacts trying to use creds

+ Admin user deletion from user list
+ Admin send email confirmation message from user list
+ WebSocket minor change
This commit is contained in:
Paul Schneider 2019-03-07 10:45:11 +00:00
commit 4a314400ab
17 changed files with 242 additions and 90 deletions

View file

@ -5,6 +5,8 @@ namespace Yavsc
{
public string Host { get; set; }
public int Port { get; set; }
public string UserName { get; set; }
public string Password { get; set; }
public bool EnableSSL { get; set; }
}