-
error in SMTP worker?
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
Log in to reply.