webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to bold the email text?

    Posted Mon January 25, 2010 09:14 PM

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


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: How to bold the email text?

    Posted Tue January 26, 2010 07:39 AM

    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.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: How to bold the email text?

    Posted Tue January 26, 2010 08:58 PM

    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?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB