mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fix: Email notification testing.
This commit is contained in:
parent
d79fa1c2cd
commit
c9fcde3bbb
4 changed files with 93 additions and 92 deletions
|
@ -90,7 +90,7 @@ namespace NzbDrone.Core.Providers
|
|||
credentials = new NetworkCredential(username, password);
|
||||
|
||||
//Send the email
|
||||
return Send(email, _configProvider.SmtpServer, _configProvider.SmtpPort, _configProvider.SmtpUseSsl, credentials);
|
||||
return Send(email, server, port, ssl, credentials);
|
||||
}
|
||||
|
||||
//TODO: make this throw instead of return false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue