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.

 View Only
Expand all | Collapse all

SMTP Servcice pub.client:smtp issue

  • 1.  SMTP Servcice pub.client:smtp issue

    Posted Fri February 20, 2015 08:45 AM

    Hi Experts,

    I haven’t used the pub.client:smtp service till date.
    While I was trying to send an email to an invalid email address I am seeing the response from this built in service as
    staus - “Mail was sent successfully”.
    Could anyone please let me know if this is a limitation from SMTP or our webMethods suite tself.
    Do we have any custom services that is used to deliver email with the real status.

    Thanks in Advance!!
    VishnuCharan


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods


  • 2.  RE: SMTP Servcice pub.client:smtp issue

    Posted Fri February 20, 2015 05:42 PM

    That response is from your SMTP server, seems it doesn’t check the email address format at all.
    When it try to deliver it, it will fail and return an error message back to the From mail address.
    So, you’d better do basic check of the email address before sending to the SMTP server.
    HTH,


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods