Clarion 6.3, NetTalk 4.3
We have a very simple application which periodically checks for emails to send and receive.
It consistently gets the above message when sending a test group of 3 emails. The error only occurs on one of the emails (usually, but not always, the first).
AsyncOpenTimeout = 1000 and InactiveTimeout = 6000
It seems as though we need to reinitialise the SimpleObject before attempting to send email, but calling .Init() before sending gives a general object error.
We use NetTalk in very similar circumstances in other applications without the same error.
Any idea what's going on? Ominously, I see a similar post in the FTP forum has had 251 views and no replies, so this may not be uncommon.