Forums

Find answers, ask questions, and connect with our
community all around the world.

Home Forum Omnis General Forum error in SMTP worker?

  • error in SMTP worker?

    Posted by Uwe Smidt on January 28, 2025 at 1:49 pm

    Dear $Omnis,
    I think I found an error in the SMTP worker:

    The documentation says that it is enough if the recipient list has only column (the address like us**@****in.com, but no description necessary). So that’s how I tried to implement it in my app. But kept on getting errors in the log: 554 Transaction failed, reject due to policy restrictions.

    Looking closely into the log, I found that the data part had a line with ‘TO:’ but there was no actual email address in that line:


    X-Priority: 3
    To:
    MIME-Version: 1.0

    It was only when I set up the recipient list as a 2-column-list, that my recipient was in that line:

    To: us**@****in.com

    I have slightly modified the Omnis sample lib for easier testing – search for ## NEW DEBUG CODE in the library to find my mods

    Regards

    Uwe

    Uwe Smidt replied 5 months, 3 weeks ago 1 Member · 1 Reply
  • 1 Reply
  • Uwe Smidt

    Member
    February 5, 2025 at 3:43 pm

    Dear $Omnis,
    Have you been able to review this yet?

Log in to reply.