mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Log
This commit is contained in:
@@ -1711,7 +1711,7 @@ class CMailFile
|
||||
// tls smtp start with no encryption
|
||||
//if (!empty($conf->global->MAIN_MAIL_EMAIL_STARTTLS) && function_exists('openssl_open')) $host='tls://'.$host;
|
||||
|
||||
dol_syslog("Try socket connection to host=".$host." port=".$port);
|
||||
dol_syslog("Try socket connection to host=".$host." port=".$port." timeout=".$timeout);
|
||||
//See if we can connect to the SMTP server
|
||||
$errno = 0; $errstr = '';
|
||||
if ($socket = @fsockopen(
|
||||
|
||||
Reference in New Issue
Block a user