change sending timeout
parent
d1ea0b8ec8
commit
c16cd2f9cf
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue