faustf Posted November 21, 2013 Share Posted November 21, 2013 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now