Jump to content

Recommended Posts

Posted

hi  guy 

if  i use  tcpsend command   how  can  watch , the  answer  of  command

example:

i  want  send  simple mail

Host = TCPNameToIP ( "mail.google.com" )
$Conection = TCPConnect ( $Host, 25 )

$recv = TCPRecv ( $Conection,2048 )

$EHLO= TCPSend ( $Conection,"EHLO SERVER"&"{ENTER}" )

if  i  msgbox (0,'',$EHLO) , have only number , but  if i want  a string  send me by mailserver  how  can  do ???

thankz

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...