I have another way of doing with smtp service for handling as HTML body.
Use the service
pub.report:runStringTemplate (set $template) with similar code as below
Status Report
|
Total Errors Count: %value totalErrorDocCount%
|
%loop report_results%
%endloop%
webMethodsDocumentID |
%value DocID% |
And convert the output $txt string to bytes and in the smtp service map the bytes to
attachments[0]/content and
attachments[0]/contenttype (text/html)
This setup should get the HTML body in the email…please test it in DEV.
HTH,
RMG
#Integration-Server-and-ESB#webMethods