How to bold the email text?

I use webMethods to send emails, and I want to bold some texts. How can I do it? Thanks.

Jenny,

It might be too much of work to just bold the character in email but I have done email formatting previously by using “WmPublic/pub.report:runTemplateOnPipe”. You can create the whole email format in HTML and then send it thorugh smtp service.

Thanks Talha.

I write an email in html format and save in the template folder, such as \webMethods7\IntegrationServer\packages\Default\templates, and then call teh method pub.report:runTemplateOnPipe, I set the value $package to “Default”, run the program, get error “java.io.FileNotFoundException:.\packages\Default\templates\test.html”. Do I set something wrong?