mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Change smtp.google.com to smtp.gmail.com (#1410)
This commit is contained in:
parent
064844ac0c
commit
8ca66fb61a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class EmailSettings : IProviderConfig
|
||||||
|
|
||||||
public EmailSettings()
|
public EmailSettings()
|
||||||
{
|
{
|
||||||
Server = "smtp.google.com";
|
Server = "smtp.gmail.com";
|
||||||
Port = 587;
|
Port = 587;
|
||||||
Ssl = true;
|
Ssl = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue