Skip to content

Instantly share code, notes, and snippets.

@hongyangqin
Last active December 29, 2017 09:16
Show Gist options
  • Select an option

  • Save hongyangqin/17282e779b7ee4efaa8ddeaeaa0d3f24 to your computer and use it in GitHub Desktop.

Select an option

Save hongyangqin/17282e779b7ee4efaa8ddeaeaa0d3f24 to your computer and use it in GitHub Desktop.
telnet 发送邮件
连接 : telnet mx1.qq.com 25

telnet 下 hello:
ehlo localhost
mail from:  <winsock@winexp.com>
rcpt to: <*******@qq.com>
data

发送数据
from: <123@321.com>
subject: i just a subject
 
just test!

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment