Re: Winsock Error 10066.. maybe MTU related proble - WeOnlyDo Discussion board

Re: Winsock Error 10066.. maybe MTU related proble (General questions)

by Amedeo, Thursday, April 16, 2009, 18:22 (5460 days ago) @ wodDamir


Can you perhaps check what Transcript for the relay that files returns?
You can do that by checking Relay.Transcript property.
Regards,Damba


Sure.. i've already have that debug part ..but i've forgotten to report on the previous message :-)

.. so .. (addresses and hashed-user/pass masked)..

---------------------------------------------------
Winsock ErrorCode: 10060
Winsock ErrorText: The current connection has timeout.
Relay.State: 0
Relay.StateText: Not yet connected - waiting.
Relay.RetryCount: 4
Relay.LastResponse: 354 Enter mail, end with CRLF.CRLF
---------------------------------------------------
Relay.Transcript:
220 smtp.provider.com ESMTP ready
HELO myrelayer.example.com
250 smtp.provider.com
STARTTLS
220 2.0.0 Ready to start TLS
AUTH LOGIN
334 DAN2ce3hbRU6
MTAyFDBcbW9ubSluqSezsLm5ldA==
334 EGF3c3$vcm 6
dXdlcnR£ODg=
235 2.0.0 Authentication successful
MAIL FROM: <amedeo@example.com>
250 2.1.0 Sender <amedeo@example.com> ok
RCPT TO: <myfriend@example.com>
250 2.1.5 Recipient <myfriend@example.com> ok (remote)
DATA
354 Enter mail, end with CRLF.CRLF
---------------------------------------------------

Thanx for your help..

Amedeo.


Complete thread: