UPDATE!
In the email template I added file tokens seperated by comma and it started to send attachments.
Attachment:
[easy_email:field_testmail:entity:field_attachment:0], [easy_email:field_testmail:entity:field_attachment:1], [easy_email:field_testmail:entity:field_attachment:2]
With these tokens only three attachments can be sent. Is there any other workaround?
Thank you.
@hrdesign.web, did you manage to work this out? As you described it is not working with Private file system with Public well.
I have used Field_permissions module. It allowed me to manage add/edit/view permissions of this field.
asman_amin → created an issue.
Hi a.kahn, thanks for your tip it works indeed.
On my site it attaches only one file and the other files get skipped. I don't know what I am doing wrong.
In log messages I get this error:
Attachment not found: sites/default/files/attachments/file1.pdf, /sites/default/files/attachments/file2.docx
I am using the token: Attachment type with delta 0
I'm having the same error on drupal 11.1.3.
@rgeerolf, what is the location of the configuration file? Is it : core/modules/system/config/install/system.file.yml ??
Thanks for your reply.