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 service

    Posted Wed March 24, 2010 04:21 PM

    In the Pub.client.smtp service,
    I am sending one mail from our mail server to some other mailbox.
    But i may get reply back like out of office, Do any of you have idea of how to avoid it.?


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


  • 2.  RE: Pub.client.smtp service

    Posted Wed March 24, 2010 09:51 PM

    You can’t avoid that, since is the remote mailbox the one who replies, no matter if manually or automated like Out Of The Office.


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


  • 3.  RE: Pub.client.smtp service

    Posted Thu March 25, 2010 05:11 PM

    Thnks for the information.
    but is there any option like do not reply back …!!! just to confirm.


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


  • 4.  RE: Pub.client.smtp service

    Posted Thu March 25, 2010 09:53 PM

    smtp service only sends a email, period.

    As part of the text sent in the email, you can add a “Please do not reply” text, however you cannot control if a remote user decides to reply or not, or if has an Out Of the Office and automatically replies.

    Why don’t you simply send a email with a dummy email account that if receives any email back it automatically deletes it?


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


  • 5.  RE: Pub.client.smtp service

    Posted Fri April 02, 2010 09:36 AM

    So, Is there any automated way to send mail from WM.?

    Any help will be appreciated.

    Thanks,

    Sharanya


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


  • 6.  RE: Pub.client.smtp service

    Posted Mon April 05, 2010 12:58 PM

    You can use “pub.client:smtp” service from WmPublic package. You can define a dummy email id as sender (from address) in the input of this service so ideally if the reciever of the mail reply to you email it wont go anywhere.

    Besides this you can also send automated emails from TN, based on predefined processing rules.


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