1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-21 23:42:23 +00:00

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

This commit is contained in:
Donald Webster 2017-04-18 10:28:15 -07:00 committed by Leonardo Galli
parent 064844ac0c
commit 8ca66fb61a

View file

@ -22,7 +22,7 @@ public class EmailSettings : IProviderConfig
public EmailSettings()
{
Server = "smtp.google.com";
Server = "smtp.gmail.com";
Port = 587;
Ssl = true;
}