This commit is contained in:
2020-07-09 23:40:34 +00:00
parent 3943725951
commit 7b10dd51a7
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ namespace AyaNova.Models
public NotifyMailSecurity ConnectionSecurity { get; set; }
public int SmtpServerPort { get; set; }
public string NotifyFromAddress { get; set; }
public GlobalOpsNotificationSettings()
{
Active = true;