Enable attachements in hook
Enable to send attachments to the hook for custom data processing...
This commit is contained in:
parent
60b2479389
commit
2db35c4acc
@ -2381,6 +2381,7 @@ class EmailCollector extends CommonObject
|
|||||||
'messagetext'=>$messagetext,
|
'messagetext'=>$messagetext,
|
||||||
'subject'=>$subject,
|
'subject'=>$subject,
|
||||||
'header'=>$header,
|
'header'=>$header,
|
||||||
|
'attachments'=>$attachments,
|
||||||
);
|
);
|
||||||
$res = $hookmanager->executeHooks('doCollectOneCollector', $parameters, $this, $operation['type']);
|
$res = $hookmanager->executeHooks('doCollectOneCollector', $parameters, $this, $operation['type']);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user