当前位置: 技术问答>java相关
SMTP 发信验证怎么解决?谢谢!
来源: 互联网 发布时间:2015-05-10
本文导语: Socket s = new Socket(mailServer, 25); 下来怎么作? 这样对么?:send(in, out, "ATUH: " + password); | send( in, out, "AUTH LOGIN" ); send( in, out, get64Code(useName) ); send( in, out, get64Code(pass) );
Socket s = new Socket(mailServer, 25);
下来怎么作?
这样对么?:send(in, out, "ATUH: " + password);
下来怎么作?
这样对么?:send(in, out, "ATUH: " + password);
|
send( in, out, "AUTH LOGIN" );
send( in, out, get64Code(useName) );
send( in, out, get64Code(pass) );
send( in, out, get64Code(useName) );
send( in, out, get64Code(pass) );