More complete error message
This commit is contained in:
parent
c9b79c8aa1
commit
b46362dff9
@ -776,7 +776,7 @@ class CMailFile
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (empty($this->error)) $this->error = $result;
|
if (empty($this->error)) $this->error = $result;
|
||||||
dol_syslog("CMailFile::sendfile: mail end error=".$this->error, LOG_ERR);
|
dol_syslog("CMailFile::sendfile: mail end error with smtps lib to HOST=".$server.", PORT=".$conf->global->$keyforsmtpport."<br>".$this->error, LOG_ERR);
|
||||||
$res = false;
|
$res = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user