mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Fixed test SMTP connection
Updated pl.ini
This commit is contained in:
parent
f9640b3ffa
commit
821991a263
2 changed files with 35 additions and 19 deletions
|
|
@ -3134,7 +3134,8 @@ class Actions
|
|||
$oSmtpClient->SetTimeOuts($iConnectionTimeout);
|
||||
|
||||
$iTime = \microtime(true);
|
||||
$oSmtpClient->Connect($oDomain->OutHost(), $oDomain->OutPort(), '127.0.0.1',
|
||||
$oSmtpClient->Connect($oDomain->OutHost(), $oDomain->OutPort(),
|
||||
\MailSo\Smtp\SmtpClient::EhloHelper(),
|
||||
$oDomain->OutSecure(), !!$this->Config()->Get('ssl', 'verify_certificate'));
|
||||
|
||||
$iSmtpTime = \microtime(true) - $iTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue