After upgrade to 11123 or above Reply mails sent from SDP to the same SDP helpdesk mailbox is being processed instead of getting deleted!
The fix jar will neither allow processing the system reply mails as a new request nor getting appended as a conversation for that request
Ticket:
Files Modified :
<SDP>\helpdesk\src\library\com\manageengine\servicedesk\mailutils\RequestMailHandler.java
Jar Compatibility :
11123 to 11127 - SDP Build Version
Steps:
->Create folder named "fixes" under <SDP-HOME> (Ex.,<Installation Folder>\ManageEngine\ServiceDesk\)directory.
->Inside the "fixes" folder (<SDP-HOME>/fixes) paste the "1_Del_SysMail.fjar" which is being attached in <place of the fjar>.
->Restart the Application service.
New to ADSelfService Plus?
Related Articles
Out of storage. Mails not fetched
Note: This article is to users who have configured Exchange Online (Office365/Microsoft365) mailbox in the Incoming Settings of SDP Why this error? In Office365 mailbox, when mails are Soft Deleted by SDP, those mails are moved to Recoverable Items ...
Mail fetching - deleted flag issue
This message will be thrown, when you have provided a shared mailbox. The concept here is, SDP MSP reads the mail from the configured mailbox and adds it as a request. During the time, if some other application fetches the mail from the same mailbox ...
Debug for 8853578: Reply mails from Cc users aren't getting appended to the parent request
Issue: An user send mails to the application with cc users. This mail gets created as request (say #1). If any cc user reply to the ticket, instead of getting appended to #1 (based on reference header), it gets created as new request. Fix: To get ...
Reply API
Below is a sample reply API URL: http://<servername>:<portnumber>/sdpapi/request/<Request ID>/reply CALL: POST INPUT_DATA={ "operation": { "details": { "to": "to address", "cc": "cc address", "subject": "subject", "description": "description" } } }
Integration with other helpdesk tools
Please note that, we do not have direct integration of SDP MSP with other HelpDesk tools like ServiceNow. However if any HelpDesk has APIs for all Create, Update, Close operations, then you can make use of the our APIs and custom triggers to achieve ...