要利用 Telnet 測試SMTP電郵,請在 Windows 中按 開始(Start),再用 搜尋(Search),在打開框中輸入cmd,然後按 確定(enter)。
- 會有一個黑色的DOS 出現
- 假設你的 SMTP server 是 mail.yourdomain.com,
- A)輸入 telnet mail.yourdomain.com 25 以測試SMTP port 25 之連結, 然後按確定(enter)。
- b)輸入 telnet mail.yourdomain.com 1025 以測試SMTP port 1025 之連結, 然後按確定(enter)。
--------------結果--------------
220-nsxx.hostingspeed.net ESMTP Exim 4.69 #1 Fri, 09 Jan 200
220-We do not authorize the use of this system to transport
220 and/or bulk e-mail.
--------------結果--------------
若能夠顯示以上結果, 即表示SMTP連線上沒有問題了, 請自行檢查 Outlook / Outlook Express之設定。
@font-face { }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 0.0001pt; font-size: 12pt; }span.postbody { }div.Section1 { page: Section1; }
Test SMTP emails with Telnet :
Please Click Start in Windows XP → Click Run → enter cmd → Click "enter"
- Display a blank DOS.
- If your SMTP server is mail.yourdomain.com ,
- A) Enter telnet mail.yourdomain.com 25, which tests the connection of SMTP port 25 → Click "enter"
- b) Enter telnet mail.yourdomain.com 1025, which tests the connection of SMTP port 1025 → Click "enter"
--------------Result--------------
220-nsxx.hostingspeed.net ESMTP Exim 4.69 #1 Fri, 09 Jan 200
220-We do not authorize the use of this system to transport
220 and/or bulk e-mail.
--------------Result--------------
If DOS can display the above results, it means that SMTP haven't problem for connecting. Also, please check the Outlook / Outlook Express settings.