mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Update season episodes from season pass
This commit is contained in:
parent
c8c67a8254
commit
57bb37a8cd
2 changed files with 0 additions and 2 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue