In this setup i have a problem.
the application says : HELO
The server respons 250 OK
then the application sends : MAIL FROM : X...@ABC.com
the server responds : 250 OK
then the application sends : RCPT TO: Z...@ABC.com
the server responds : 250 OK
then the application sends : DATA
And this is here it goes wrong.. the server says : 354 Send data.
then i think it sends the data but it breaks in the wrong way and does not
send the data..
I have tried this on severel Exchange 5.5 Servers and it worked fine, but
not this time.
normally get this response : 354 Send data. End with CRLF.CRLF and then it
works fine.
Regards
Kenneth Johansen
the application says : HELO
The server respons 250 OK
then the application sends : MAIL FROM : X...@ABC.com
the server responds : 250 OK
then the application sends : RCPT TO: Z...@ABC.com
the server responds : 250 OK
then the application sends : DATA
then the applicagtion sends: "."
the server response : 250 OK
This last line tells the SMTP server it is done sending data. I think this
is a RFC standard
"Kenneth Johansen" <kjo...@worldonline.dk> wrote in message
news:#mFlnYRACHA.1940@tkmsftngp04...
Kenneth Johansen wrote:
--
Corrections are welcome.
Please keep all discussions in NG, so that everybody can participate.
Kirill