sending FA reports via email

Hi there,

i am trying to call the wm.b2b.editn.FAReport:generateFAReport to generate the FA reports in HTML format. And then trying to send the report via email using pub.client:smtp service.

reports are not being displayed as html content when seen in email. Attaching the screenshot of email.

can anyone of you help me in sending the report in correct format?

Regards,
Raja
FAReport.jpg

Did you check pipeline before calling smtp whether data is in html template format or use pub.report services to create html format?

HTH,
RMG

Hi,

yes in pipeline, the data is in html format only…

Regards,
Raja

Also make sure in the client:smtp service you set content-type=text/html

HTH,
RMG

yes Mark…is the content type to text/html…it does not helped me :frowning:

Whats the inputs in your smtp service currently?