How do I add the original email message body to a reply message sent out when a ticket fails to be created by Maileater?
book
Article ID: 49638
calendar_today
Updated On:
Products
CA IT Asset ManagerCA Software Asset Manager (CA SAM)ASSET PORTFOLIO MGMT- SERVERSUPPORT AUTOMATION- SERVERCA Service Desk Manager - Unified Self ServiceKNOWLEDGE TOOLSCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
Description:
By default, when a ticket fails to be created by Maileater, the reply email only contains error codes and messages. Adding the original message to the reply email helps to determine which emails failed to create tickets and may assist in determining why they failed.
Solution:
Copy the file NX_ROOT\bopcfg\majic\text_api_reply.spl file to the NX_ROOT\site\mods\majic folder.
Open the text_api_reply.spl file in a text editor, such as Notepad, and locate the following lines.
// On errors, error_msg has the reason. reply_msg = error_msg;
Change to:
// On errors, error_msg has the reason. reply_msg += error_msg; reply_msg += orig_input;