Hi guys,
my next problem is:
i have a n email template with 4 predefined attachments
i need to add one more during BMP process and i put variable name in

but file is not beeing attached
so i created variabe with list() of all attachments $zal1=list('newAttachmentId','file1Id','file2Id',' file3Id','file4Id');
and i got an email with all needed fies
but in espo (email sent item there is only email without any attachments)
my next problem is:
i have a n email template with 4 predefined attachments
i need to add one more during BMP process and i put variable name in
but file is not beeing attached
so i created variabe with list() of all attachments $zal1=list('newAttachmentId','file1Id','file2Id',' file3Id','file4Id');
and i got an email with all needed fies
but in espo (email sent item there is only email without any attachments)

Comment