Overview
You may have noticed that the auto-suggest box keeps on showing old and deleted entries or email addresses when adding a recipient to a ticket. To solve this issue, you need to remove the incorrect/old entries or email addresses from the database. This article provides information on how to fix this issue.
Prerequisite
- Access to modify your database.
- Server admin access
Solution
Before making changes to your database, we strongly recommend creating a backup copy of it. Refer to Step 2 of the Upgrading or Downgrading Your Kayako Classic Download Helpdesk article to know how to backup your Kayako Classic files.
To resolve your issue, run the following syntax to remove the items from the database:
- Delete from swticketrecipients where ticketemailid in (SELECT ticketemailid from `swticketemails` where email = "EnterEmailAddressToDeleteHere");
- Delete from swticketemails where email = "EnterEmailAddressToDeleteHere";