This commit is contained in:
Laurent Destailleur 2018-06-29 18:23:59 +02:00
parent da138db528
commit 2175a012e1

View File

@ -613,6 +613,7 @@ class CMailFile
if (! $res)
{
$langs->load("errors");
$this->error="Failed to send mail with php mail";
$linuxlike=1;
if (preg_match('/^win/i',PHP_OS)) $linuxlike=0;