fixing minor human error
This commit is contained in:
@@ -22,7 +22,7 @@ namespace NOCQ.Plugins.Email
|
||||
{
|
||||
var sets = settings as EmailSettings;
|
||||
|
||||
if (sets.GetType().GetProperty("Username") != null
|
||||
if (sets.GetType().GetProperty("Username") == null
|
||||
|| sets.GetType().GetProperty("Password") == null
|
||||
|| sets.GetType().GetProperty("Host") == null
|
||||
|| sets.GetType().GetProperty("Folder") == null)
|
||||
|
||||
Reference in New Issue
Block a user