Email Attachments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 02:59 PM - edited 09-05-2023 12:14 PM
Hi Guys,
Is there a way to exclude any attachment from the recipients?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 03:14 PM - edited 09-04-2023 03:27 PM
Could you use a script and loop through the recipients and use an if to determine if .vip = false, then if it does do something like
attachment.deleteAttachment(attachmentSysID);
?
I think that would delete the attachment for everyone though. What if you used two notifications, one for vips and one for non-vip?