Go to previous topic
Go to next topic
Last Post 2/21/2014 1:05 PM by  Rod Weir
Removing the email header in the job details section
 0 Replies
AddThis - Bookmarking and Sharing Button
Author Messages
Rod Weir
HelpMaster development team
Helpdesk Hall of Fame
Helpdesk Hall of Fame
Posts:555
Points:1017


--
2/21/2014 1:05 PM

    By default, the Email Manager includes the email header as part of the job details when the job is logged, so you end up with a section at the start of the job details that looks similar to this.

    From: Matthew Evans [matthewevans@wizbangwidgets.com.au]
    Received: Friday, 21 February 2014 12:14:35 PM
    To: Support PRD
    Subject: Test email parser

    In order to eliminate this, you can build an email parser to only extract the body of the email, and not the header information.

    email automation parser

     

    That's it!  When the email is converted into a job, you won't have the email header information.

    Email Parsers are a powerful way to extract text from the email.  You can store the extracted text in variables which can then be manipulated, concatenated, or further processed, or you can just assign them to a field within the job, or action.

    When extracted text is stored in a variable, you can then use this variable in SQL scripts for advanced processing.

     

    HelpMaster development team
    Check out the HelpMaster roadmap


    ---