parent
7da695bd62
commit
5449389ca5
|
@ -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…
Reference in New Issue