Comment
This commit is contained in:
parent
a47616cb95
commit
80b5bd7215
@ -572,7 +572,7 @@ class CMailFile
|
||||
}
|
||||
elseif ($conf->global->MAIN_MAIL_SENDMODE == 'smtps')
|
||||
{
|
||||
fputs($fp, $this->smtps->log);
|
||||
fputs($fp, $this->smtps->log); // this->smtps->log is filled only if MAIN_MAIL_DEBUG was set to on
|
||||
}
|
||||
|
||||
fclose($fp);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user