mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
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:
parent
d0e6a2a341
commit
8cce80654b
3 changed files with 4 additions and 18 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue