IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to bold the email text?

    Posted 01/25/10 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 01/26/10 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 01/26/10 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