Monday, October 18, 2010

tutorial of telnet session with gmail to send mail via smtp protocol

hi friends here is working tutorial of telnet session with gmail to send mail via smtp protocol


basic
go to
http://www.motobit.com/util/base64-decoder-encoder.asp
convert your username and password to hex string
then

go to command prompt
type
telnet smtp.gamil.com 587
then


##########################################3


250 mx.google.com at your service
auth login
334 VXNlcm5hbWU6
uuuuuuuuuuuuuuu1111111111<-------user name hex string
334 UGFzc3dvcmQ6
pppppppppppppppp222222222<-------password hex string
235 2.7.0 Accepted
MAIL FROM:
250 2.1.0 OK f14sm12564610wbe.20
RCPT TO:
250 2.1.5 OK f14sm12564610wbe.20

data i lake this telnet stuff
354  Go ahead f14sm12564610wbe.20
subject: smtp
.
250 2.0.0 OK 1287428373 f14sm12564610wbe.20
quit
221 2.0.0 closing connection f14sm12564610wbe.20


Connection to host lost.

C:\Documents and Settings\omie>

rock on ...........check your inbox you have mail now...how to put data u work out...

No comments:

Post a Comment