mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-25 00:21:29 +08:00
Fixed smtp test function
This commit is contained in:
parent
a0ad1d6cb3
commit
723e0afa4e
1 changed files with 0 additions and 1 deletions
|
@ -2995,7 +2995,6 @@ class Actions
|
|||
if ($oDomain->OutUsePhpMail())
|
||||
{
|
||||
$bSmtpResult = \MailSo\Base\Utils::FunctionExistsAndEnabled('mail');
|
||||
$bSmtpResult = false;
|
||||
if (!$bSmtpResult)
|
||||
{
|
||||
$sSmtpErrorDesc = 'PHP: mail() function is undefined';
|
||||
|
|
Loading…
Reference in a new issue