Dear Sir,

I am sending BIRT email as follows:
-------------------------------------------
dispatcher.runSync("sendBirtMail", UtilMisc.toMap(
            "sendTo", supplierEmail,
            "sendCc", sendCc,
            "sendFrom", sendFrom,
            "subject", subject,
            "bodyText", body,
            "contentType", "text/html",
                    "attachmentName", attachmentName,
                    "birtReportLocation", birtReportLocation,
                    "birtParameters", map,
                    "userLogin", userLogin
                    ));
-------------------------------------------

Question: I am unable to send email body in HTML format. The above
"contentType", "text/html", is not working. When sending as "bodyText",
body, ... I am able to get the body in email but email body is showing up
as plain text.

Pls let me know how could I send email body as HTML format in BIRT Email.

regards
Avijit

Reply via email to