mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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())
|
if ($oDomain->OutUsePhpMail())
|
||||||
{
|
{
|
||||||
$bSmtpResult = \MailSo\Base\Utils::FunctionExistsAndEnabled('mail');
|
$bSmtpResult = \MailSo\Base\Utils::FunctionExistsAndEnabled('mail');
|
||||||
$bSmtpResult = false;
|
|
||||||
if (!$bSmtpResult)
|
if (!$bSmtpResult)
|
||||||
{
|
{
|
||||||
$sSmtpErrorDesc = 'PHP: mail() function is undefined';
|
$sSmtpErrorDesc = 'PHP: mail() function is undefined';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue