|
-
May 4th, 2001, 06:16 PM
#1
winsock not connecting
I have an VB6 email send program which calls up DUN (using catylsis.Dialer) to connect and
then uses Winsock to Send a email.
It works fine with 3 ISP's, but not with our major ISP!
It times out on the Winsock.Connect, with no reply from the ISP.
(The proper login connection has been made by the DUN, since if I try all sorts of changes to winsock.remotehost I get errors from the ISP.)
I have winsock:
.LocalPort = 0
.Protocal = sckTCPProtocol
.RemoteHost = xtra.co.nz
.RemotePort = 25
.Connect
Any ideas why it wont connect with only this one ISP?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|