This commit is contained in:
TidusJar 2016-07-23 09:52:47 +01:00
parent 67df79bcca
commit ce7305faf0
3 changed files with 92 additions and 59 deletions

View file

@ -34,6 +34,7 @@ namespace PlexRequests.Core.SettingModels
public string EmailSender { get; set; }
public string EmailUsername { get; set; }
public bool Enabled { get; set; }
public bool Authentication { get; set; }
public bool EnableUserEmailNotifications { get; set; }
public string RecipientEmail { get; set; }
}