08-26-2016 08:44 AM
We have a message filter in place that's automatically encrypting the newer office files if they're over 7Mb. It works well, but I would like to know if it's possible to add a notification to the sender to let them know the message was automatically encrypted.
Long story short, it's a work around for CSCus61684. Would anyone know the correct syntax to notify sender and include a notification template in text resources?
Thanks in advance.
Solved! Go to Solution.
08-26-2016 09:16 AM
Hi
Notify action would have the below syntax
notify ("$EnvelopeSender", "", "", "notification template name");
Templates can be added from Mail Policies -> Text Resources
This action can be added to the existing message filter, as message filters cannot be edited we would need to remove and re-add the filter to include the new action.
Also for future reference you can create a filter action using content filters to confirm if you have the correct syntax.
Regards
Libin
08-26-2016 09:16 AM
Hi
Notify action would have the below syntax
notify ("$EnvelopeSender", "", "", "notification template name");
Templates can be added from Mail Policies -> Text Resources
This action can be added to the existing message filter, as message filters cannot be edited we would need to remove and re-add the filter to include the new action.
Also for future reference you can create a filter action using content filters to confirm if you have the correct syntax.
Regards
Libin
08-26-2016 11:18 AM
Thank you very much. The tid about using the content filter is really useful for getting the correct syntax.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide