#978 Email test utility always reporting "default SMTP port"

SVN:trunk[3312]
This commit is contained in:
Romain Quetiez
2014-09-01 09:09:32 +00:00
parent b5db86472d
commit e831b1a486

View File

@@ -76,7 +76,7 @@ function CheckEmailSetting($oP)
$oP->info("The SMTP port is not defined. Please add the 'smtp_port' directive into $sPhpIniFile");
$bRet = false;
}
else if ($iSmtpPort = 25)
else if ($iSmtpPort == 25)
{
$oP->info("Your SMTP port is configured to the default value: 25. You might want to set or change the 'smtp_port' directive into $sPhpIniFile");
}