Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host.

This commit is contained in:
tidusjar 2016-05-23 11:40:22 +01:00
parent d0e6a2a341
commit 8cce80654b
3 changed files with 4 additions and 18 deletions

View file

@ -36,6 +36,5 @@ namespace PlexRequests.Core.SettingModels
public bool Enabled { get; set; }
public bool EnableUserEmailNotifications { get; set; }
public string RecipientEmail { get; set; }
public bool Ssl { get; set; }
}
}