Change smtp.google.com to smtp.gmail.com (#1410)

pull/586/merge v0.2.0.654
Donald Webster 7 years ago committed by Leonardo Galli
parent 064844ac0c
commit 8ca66fb61a

@ -22,7 +22,7 @@ namespace NzbDrone.Core.Notifications.Email
public EmailSettings() public EmailSettings()
{ {
Server = "smtp.google.com"; Server = "smtp.gmail.com";
Port = 587; Port = 587;
Ssl = true; Ssl = true;
} }

Loading…
Cancel
Save