mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Update season episodes from season pass
This commit is contained in:
@@ -53,9 +53,7 @@ namespace NzbDrone.Core.Notifications.Email
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var smtp = new SmtpClient(server, port);
|
var smtp = new SmtpClient(server, port);
|
||||||
|
|
||||||
smtp.EnableSsl = ssl;
|
smtp.EnableSsl = ssl;
|
||||||
|
|
||||||
smtp.Credentials = credentials;
|
smtp.Credentials = credentials;
|
||||||
|
|
||||||
smtp.Send(email);
|
smtp.Send(email);
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user