zoukankan      html  css  js  c++  java
  • 手工登录qq smtp服务器发邮件

    System> Connecting...
    System> Ready to send data to server...
    System> Ready to recieve data...
    Server> 220 smtp.qq.com Esmtp QQ Mail Server
    Client> HELO localhost
    Server> 250 smtp.qq.com
    Client> auth login
    Server> 334 VXNlcm5hbWU6
    Client> base64帐号
    Server> 334 UGFzc3dvcmQ6
    Client> base64密码
    Server> 235 Authentication successful
    Client> mail from:<780860343@qq.com>
    Server> 250 Ok
    Client> rcpt to:<780860343@qq.com>
    Server> 250 Ok
    Client> data
    Server> 354 End data with <CR><LF>.<CR><LF>
    Client> from:<780860343@qq.com>
    Client> to:<780860343@qq.com>
    Client> subject:hello you
    Client> 
    Client> hello world mail content
    Client> my name is suxiaolin
    Client> .
    Server> 250 Ok: queued as 
    Client> quit
    Server> 221 Bye
    Server> 
    System> Server disconnected.
  • 相关阅读:
    JMS API学习总结(一)
    java读取properties配置文件
    如何创建并运行java线程
    JS
    JS
    JS
    JS
    IE
    JS
    JS
  • 原文地址:https://www.cnblogs.com/mtima/p/3557148.html
Copyright © 2011-2022 走看看