From 723e0afa4e7e0970327c610a79e49aec38e97dbe Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Tue, 18 Nov 2014 02:05:50 +0400 Subject: [PATCH] Fixed smtp test function --- rainloop/v/0.0.0/app/src/RainLoop/Actions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rainloop/v/0.0.0/app/src/RainLoop/Actions.php b/rainloop/v/0.0.0/app/src/RainLoop/Actions.php index 57659833e..2ffb6ef40 100644 --- a/rainloop/v/0.0.0/app/src/RainLoop/Actions.php +++ b/rainloop/v/0.0.0/app/src/RainLoop/Actions.php @@ -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';