1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Update season episodes from season pass

This commit is contained in:
Mark McDowall
2013-08-05 13:02:25 -07:00
parent c8c67a8254
commit 57bb37a8cd
2 changed files with 0 additions and 2 deletions

View File

@@ -53,9 +53,7 @@ namespace NzbDrone.Core.Notifications.Email
try
{
var smtp = new SmtpClient(server, port);
smtp.EnableSsl = ssl;
smtp.Credentials = credentials;
smtp.Send(email);

Binary file not shown.