mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
Change smtp.google.com to smtp.gmail.com (#1410)
This commit is contained in:
committed by
Leonardo Galli
parent
064844ac0c
commit
8ca66fb61a
@@ -22,7 +22,7 @@ namespace NzbDrone.Core.Notifications.Email
|
||||
|
||||
public EmailSettings()
|
||||
{
|
||||
Server = "smtp.google.com";
|
||||
Server = "smtp.gmail.com";
|
||||
Port = 587;
|
||||
Ssl = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user