mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Update season episodes from season pass
This commit is contained in:
parent
c8c67a8254
commit
57bb37a8cd
@ -53,9 +53,7 @@ private void Send(MailMessage email, string server, int port, bool ssl, NetworkC
|
|||||||
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…
Reference in New Issue
Block a user