this should cover it!

This commit is contained in:
Keivan Beigi 2013-09-11 17:42:15 -07:00
commit c090b3efa1
15 changed files with 166 additions and 331 deletions

View file

@ -5,6 +5,14 @@ namespace NzbDrone.Core.Notifications.Email
{
public class TestEmailCommand : Command
{
public override bool SendUpdatesToClient
{
get
{
return true;
}
}
public string Server { get; set; }
public int Port { get; set; }
public bool Ssl { get; set; }