Results 1 to 4 of 4

Thread: winsock wont login

  1. #1
    donW
    Guest

    winsock wont login

    i am using winsock to connect to an ISP and sending email from VB6.
    Winsock logs into one ISP & sends email OK, but not others. I get a 'connection forcefully terminated' message back from winsock after the .connect, from one ISP and just a logoff from another ISP.

    I am doing all the standard stuff:

    with winsock1
    .localport =0
    .protocol = sckTCPProtocol
    .remotehost = "blaablaa.net.nz"
    .remoteport =25
    .connect

    then wait for response of 220
    then .senddata , etc




    Anyone with Any ideas?

  2. #2
    sunnyl
    Guest
    Some ISPs require you to be logged on to their network to access their mail servers.

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Yeah, they check your IP address. It's so their mail servers can't be used to relay spam.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  4. #4
    donW
    Guest
    yes I have already logged into the ISP using my email account name/password.
    I can mess up the hostname and get a 'host not found' error message, so I am close to connecting to the mail server....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width