[EMAIL PROTECTED] wrote:
> hi there,
>
> is there also such a known bug in smtpprot.pas ?
No known issues. Please check your code. An error is anything > 0!
This can be a winsock error code > 1 or an SMTP error
code. The action to be taken depends on both current request
type and error code,
> Question: can I simply change my code so that the sending UDP socket
> also does the receiving for his connection?
No problem. Make you socket listening and call SendTo to send any data to
the given IP/Port. At first glance, a single socket is needed for everything
provided each device send to