Added default ports for notifications

This commit is contained in:
Mark McDowall
2013-08-08 23:22:26 -07:00
parent 07f7bba1f4
commit d339d1208f
5 changed files with 21 additions and 0 deletions
@@ -5,6 +5,11 @@ namespace NzbDrone.Core.Notifications.Email
{
public class EmailSettings : INotifcationSettings
{
public EmailSettings()
{
Port = 25;
}
[FieldDefinition(0, Label = "Server", HelpText = "Hostname or IP of Email server")]
public String Server { get; set; }