This commit is contained in:
@@ -14,10 +14,17 @@ namespace AyaNova.Models
|
||||
public NotifyMailSecurity ConnectionSecurity { get; set; }
|
||||
public int SmtpServerPort { get; set; }
|
||||
public string NotifyFromAddress { get; set; }
|
||||
|
||||
|
||||
public GlobalOpsNotificationSettings()
|
||||
{
|
||||
{
|
||||
Active = true;
|
||||
Id = 1;
|
||||
SmtpServerAddress="mail.example.com";
|
||||
SmtpAccount="notifydeliverfromaccount@example.com";
|
||||
SmtpPassword="examplepassword";
|
||||
ConnectionSecurity= NotifyMailSecurity.SSLTLS;
|
||||
SmtpServerPort=587;
|
||||
NotifyFromAddress="noreply@example.com";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user