Log
This commit is contained in:
parent
2f2ac90fbf
commit
92a65a8039
@ -626,6 +626,7 @@ class CMailFile
|
||||
}
|
||||
|
||||
// Force parameters
|
||||
//dol_syslog("CMailFile::sendfile conf->global->".$keyforsmtpserver."=".$conf->global->$keyforsmtpserver." cpnf->global->".$keyforsmtpport."=".$conf->global->$keyforsmtpport, LOG_DEBUG);
|
||||
if (!empty($conf->global->$keyforsmtpserver)) ini_set('SMTP', $conf->global->$keyforsmtpserver);
|
||||
if (!empty($conf->global->$keyforsmtpport)) ini_set('smtp_port', $conf->global->$keyforsmtpport);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user