borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (PAss word promt)Next Topic ( Problems with lineMakeCall in TAPI ) New Topic New Poll Post Reply
AndreaVB Forum : Internet Applications : Winsock is not sending data properly
Poster Message
Thaer
Level: Guest


icon Winsock is not sending data properly

Hey !

I made this littel program to connect to SMTP servers, when I connect to mx2.hotmail.com:25, it connects and the server replys saying :
" 220 mc10-f2.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6824 ready at  Tue, 17 Aug 2004 05:37:03 -0700 "

But when I send the  " HELO mx2.hotmail.com " message the server doesn't reply !

This is the code :

Private Sub cmdClose_Click()
wsk.Close
End Sub
Private Sub cmdConnect_Click()
wsk.Close
wsk.Connect txtIP, txtPort
End Sub
Private Sub Command1_Click()
wsk.SendData txtData.Text
End Sub
Private Sub Timer1_Timer()
txtState = wsk.State
End Sub
Private Sub wsk_DataArrival(ByVal bytesTotal As Long)
Dim abc As String
wsk.GetData abc
txtR = abc
End Sub

I'll be thankful if anyone could help...
Take care...

17-08-2004 at 12:42 PM
| Quote Reply
steve_w
Level: Moderator


Registered: 18-04-2003
Posts: 1156
icon Re: Winsock is not sending data properly

HI Thaer

I've had a scout about, is item 8 on the link below any use?

http://www.acky.net/vb/vbtcp/


Steve  

17-08-2004 at 01:41 PM
View Profile Send Email to User Show All Posts | Quote Reply
Thaer
Level: Guest

icon Re: Winsock is not sending data properly

Thanks so much Steve !!!  The page you gave helped alot

19-08-2004 at 01:32 PM
| Quote Reply
AndreaVB Forum : Internet Applications : Winsock is not sending data properly
Previous Topic (PAss word promt)Next Topic ( Problems with lineMakeCall in TAPI ) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder