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.


#TechXchangePresenter
 View Only
  • 1.  pub:client:smtp issue

    Posted Wed February 03, 2016 04:15 PM

    Hello Everyone,

    I installed WM9.9 in my local machine and i created a flow service to send a email to my Gmail account in that service i invoked pub:client:smtp and set value as follows-:
    To- my email id
    Subject- test mail
    Mailhost- smtp.gmail.com
    Mailhost port- i tried 25,587,465, but i got a error
    In screen shot

    Plz correct me where i am wrong

    Thanks



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


  • 2.  RE: pub:client:smtp issue

    Posted Wed February 03, 2016 06:29 PM

    did you try to set secure/transportLayerSecurity parameter to explicit, and also set the truststoreAlias?
    you have to do that in order to use TLS to connect to a secure server.


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


  • 3.  RE: pub:client:smtp issue

    Posted Thu February 04, 2016 04:12 AM

    Yes i did secure/transportLayerSecurity parameter to explicit its not working still can you brief how to set truststore alias?

    thanks


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


  • 4.  RE: pub:client:smtp issue

    Posted Thu February 04, 2016 04:03 PM

    You need to create a truststore (use java keytool or free tool like “Keystore explorer”), then configure truststore alias on Admin, then you can use it.
    Refer to “Securing Communications with the Server” chapter in your IS admin guide.


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


  • 5.  RE: pub:client:smtp issue

    Posted Fri February 05, 2016 04:05 AM

    Hi There,

    Set the "watt.config.systemProperties" extended setting to "mail.imap.partialfetch=false,mail.imap.starttls.enable=true" on the "Settings > Extended" screen of the IS Admin page.

    Restart IS if required. Kindly update your results.


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