Fixed smtp test function

This commit is contained in:
RainLoop Team 2014-11-18 02:05:50 +04:00
parent a0ad1d6cb3
commit 723e0afa4e

View file

@ -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';