mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Added default ports for notifications
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user