Email Attachments

mr chars
Tera Contributor

Hi Guys,

 

Is there a way to exclude any attachment from the recipients?

 

1 REPLY 1

Tamara11
Mega Sage

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?