The requirement is that Process should start on the Inbound email should receive by the process. And We need to show the Inbound Email uploaded into the task automatically, so i have used the "Create EML File From OOBT Poller" plugin which was giving the expected result but the formatting in the Body content is giving in a single line.
Please suggest a way to align the email body content
Process Model
The output file from the pulgin
Discussion posts and replies are publicly visible
Do you have the contentType as text/html?
It is in Text.
As its text you can see already the entire body is in one sentence and without formatting. If you convert the body into html (data type will be text only but will be with html tags such as line breaks <br> etc. this, can help maintain the formatting. So convert the body using html tags. Also in the smart service have the content type as text/html.
If the format is text.. you will get that.... a single Line of text.. You must use text/html and generate the body as html
Followed the above and working as expected. Thank you Harsha
Glad it worked! Would appreciate a verification of the answer if/when possible.