You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

There are two keys that can be placed into PAT_DMS_SETTINGS table to control the email auto-save functionality.

 

key-namekey-valuedescription
email.category.set
[{"email":"AAAA","categoryId":123}]

 

You should replace AAAA with the email the category id concerns, and 123 with the categoryId that should be used.
email.category.default0

The default categoryId to use, if no specific email address was found in

email.category.set key value.

Example Usage

Below, we specify that emails to invoices@ourFirm.com should be marked as Invoice category (number 2 in this example), and emails to pto@ourfirm.com should be categorised as Official Correspondence (3 in this example).


key: email.category.set
value: [{"email":"invoices@ourFirm.com","categoryId":2},{"email":"pto@ourfirm.com","categoryId":3}]
  • No labels