- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Sri,
If i understand you want to send to an operator the bounced email?
- If yes, i recommend to use a constant file name and add your personalization in the subject line or content (see screenshot below)
- otherwise you can add attachment in delivery with the code below if you want the filename with the date
delivery.attachment.add(
<attachment compressMode="print" filterActive="false" label="YOUR FILENAME"
nameScriptActive="false" type="normal" upload="false">
<name>{vars.filename}</name>
</attachment>)
delivery.hasAttachments = true
Thanks
David