IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Using ITX Email adapter with Gmail

    Posted Tue February 15, 2022 02:32 PM
      |   view attached
    I was trying to send mail from ITX to gmail  using hmail server , map completed successfully but email is not getting delivered. In the .mtr file its showing that "No valid From or Sender headers found (must be exactly one originator)." in the hmail server i have created account user1@training.lab and  set ITX range , in SMTP Relayer i have given Remote host name as relay plus.net
    In server input card i have mentioned ECHO as source and data as localhost.

    ------------------------------
    Amit Tabagouda Umarani
    ------------------------------

    #DataExchange
    #IBMSterlingTransformationExtender

    Attachment(s)

    zip
    email22.zip   5 KB 1 version


  • 2.  RE: Using ITX Email adapter with Gmail

    Posted Tue March 15, 2022 04:42 AM
    Hi,

    I believe your spacing is slightly off, and you need apostrophes around your subject (if it has spaces):

    =VALID(PUT("EMAIL","-TV -PROTO inet -SERVER "+Server+" -TO "+Tomail+"-FROM"+frommail+"-SUBJECT"+Submail+"",Bodymail),FAIL(""))+LASTERRORMSG()
    to
    =VALID(PUT("EMAIL","-TV -PROTO inet -SERVER "+Server+" -TO "+Tomail+" -FROM "+frommail+" -SUBJECT '"+Submail+"'",Bodymail),FAIL(""))+LASTERRORMSG()

    Thank you.

    ------------------------------
    Paul Brett
     
    IBM Sterling Transformation Extender (ITX) Client Support
    ------------------------------



  • 3.  RE: Using ITX Email adapter with Gmail

    Posted Tue March 15, 2022 04:43 AM
    Edited by System Admin Mon July 24, 2023 03:53 PM
    FYI - The trace tells you everything you need to know:

    Recipient #1 is amit88umarani@gmail.com-FROMuser1@training.lab-SUBJECTITX.

    ------------------------------
    Paul Brett
     
    IBM Sterling Transformation Extender (ITX) Client Support
    ------------------------------