mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37: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())
|
using (var client = new SmtpClient())
|
||||||
{
|
{
|
||||||
|
client.Timeout = 10000;
|
||||||
|
|
||||||
var serverOption = SecureSocketOptions.Auto;
|
var serverOption = SecureSocketOptions.Auto;
|
||||||
|
|
||||||
if (settings.RequireEncryption)
|
if (settings.RequireEncryption)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue