change sending timeout

master
Christopher 2020-07-01 21:34:47 +02:00
parent d1ea0b8ec8
commit c16cd2f9cf
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ namespace OpenSim.Modules.EMail
using (var client = new SmtpClient())
{
client.CheckCertificateRevocation = false;
client.Timeout = 10;
client.Timeout = 10000;
if (SMTP_SERVER_SSL == true)
{