mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
7da695bd62
commit
5449389ca5
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ namespace NzbDrone.Core.Notifications.Email
|
|||
{
|
||||
using (var client = new SmtpClient())
|
||||
{
|
||||
client.Timeout = 10000;
|
||||
|
||||
var serverOption = SecureSocketOptions.Auto;
|
||||
|
||||
if (settings.RequireEncryption)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue