mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix LogFile type emails
This commit is contained in:
@@ -205,7 +205,8 @@ class EMailLaminas extends Email
|
||||
case 'LogFile':
|
||||
$oTransport = new File();
|
||||
$aOptions = new FileOptions([
|
||||
'path' => APPROOT.'log/mail.log',
|
||||
'path' => APPROOT.'log/',
|
||||
'callback' => function() { return 'mail.log'; }
|
||||
]);
|
||||
$oTransport->setOptions($aOptions);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user