Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/8ca66fb61a9012f9f81e1d6de49774650ea8cfdc You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

v0.2.0.654
Donald Webster 8 years ago 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;
}

Loading…
Cancel
Save