用Telnet 来用smtp发邮件。。 send mail by SMTP server
生活随笔
收集整理的這篇文章主要介紹了
用Telnet 来用smtp发邮件。。 send mail by SMTP server
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
這是一個很有用的小文章可以用來診斷 SMTP服務(wù)是否工作 Telnet 到stmp服務(wù)器的端口 比如25
telnet abc 25
發(fā)送 hello 打招呼
helo 某些服務(wù)器需要使用ehlo
開始寫郵件
mail From: [email]source@test.com[/email]?? //指示來源地址
RCPT To: [email]Destination@test.com[/email] // 指示目的地址
Data???? //指示郵件內(nèi)容 然后可以開始寫郵件了
?用一個. 和 ctrl+enter結(jié)束
然后 輸入 主題
Subject:
最后服務(wù)器會告訴你 已經(jīng)排好隊發(fā)送了
This is a test message you will not see a response from this command
telnet abc 25
發(fā)送 hello 打招呼
helo 某些服務(wù)器需要使用ehlo
開始寫郵件
mail From: [email]source@test.com[/email]?? //指示來源地址
RCPT To: [email]Destination@test.com[/email] // 指示目的地址
Data???? //指示郵件內(nèi)容 然后可以開始寫郵件了
?用一個. 和 ctrl+enter結(jié)束
然后 輸入 主題
Subject:
最后服務(wù)器會告訴你 已經(jīng)排好隊發(fā)送了
This is a test message you will not see a response from this command
轉(zhuǎn)載于:https://blog.51cto.com/yanchao/79712
總結(jié)
以上是生活随笔為你收集整理的用Telnet 来用smtp发邮件。。 send mail by SMTP server的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java面试中常见的数组题目汇总(五)
- 下一篇: 红酒商城小程序开发模板,小白必备制作方案