Add physical attachments in the notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 01:03 AM
Hello everyone,
I have a notification where an email goes out to the customer with 3 attachments. I have the pinch to true of "include attachments", however I can only add attachments if it is by link. That is, I add it to the notification and then add a link in the body of the email.
The problem is that every month I need to change the attachment and the previous one as it is by link, if I delete it from the table, the previous customers can not download the attachment.
So what I wanted was that it appeared like this in attachment (a copy) and not by link
Is it possible?
Thanks in advance
Marisa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:41 AM - edited 08-01-2023 04:42 AM
By Using email script it is possible. In email script it directly call attachment and no need to add manually.
Please use below code
Notification email script code
Attachment:
${mail_script:AttachmentInclude} // Email script name
Please try and Mark Helpful and Correct if it really helps you.