There are two keys that can be placed into PAT_DMS_SETTINGS table to control the email auto-save functionality.
key-name | key-value | description |
---|---|---|
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.default | 0 | The default categoryId to use, if no specific email address was found in email.category.set key value. |
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).
|