mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Update season episodes from season pass
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user