Page 1 of 1

Email form HTML Body

PostPosted: Wed Aug 01, 2018 6:27 pm
by Riyaz
Hi There

We are using JiwaFinancials.Jiwa.JiwaApplication.JiwaEmailUI.MainForm to send emails via Jiwa, having a problem setting up html content on the body, it treats it as string / text. Is this possible to do?

emailForm.EmailObject.BodyIsHTML = true;
emailForm.EmailObject.EmailBody = "<html><body>test 123</body></html>";

Re: Email form HTML Body  Topic is solved

PostPosted: Tue Aug 07, 2018 10:45 am
by Mike.Sheen
Riyaz wrote:Hi There

We are using JiwaFinancials.Jiwa.JiwaApplication.JiwaEmailUI.MainForm to send emails via Jiwa, having a problem setting up html content on the body, it treats it as string / text. Is this possible to do?

emailForm.EmailObject.BodyIsHTML = true;
emailForm.EmailObject.EmailBody = "<html><body>test 123</body></html>";


Why are you using the Form to send emails? Just use the business logic - and yes, you can send the body as HTML. Can you provide a sample plugin which demonstrates the issue?

Mike