mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 07:28:02 -04:00
Update season episodes from season pass
This commit is contained in:
@@ -53,9 +53,7 @@ private void Send(MailMessage email, string server, int port, bool ssl, NetworkC
|
||||
try
|
||||
{
|
||||
var smtp = new SmtpClient(server, port);
|
||||
|
||||
smtp.EnableSsl = ssl;
|
||||
|
||||
smtp.Credentials = credentials;
|
||||
|
||||
smtp.Send(email);
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user