2009-08-24 57 views
1

我想嘗試用http://www.rebol.org/view-script.r?script=esmtp.rhttp://www.rebol.org/view-script.r?script=esend.rrebol esmtp失敗?

smtp.hotpop.com

esend [email protected] "Test" 

ESMTP,但它失敗。

怎麼了?

這裏是你應該需要幫助您設置郵件客戶端的所有信息:

* Incoming/POP Server: pop.hotpop.com, port 110 
* Alternate POP Server: pop.hotpop.com, port 1100 
* Username: [email protected] 
* Outgoing/SMTP Server: smtp.hotpop.com, port 25* 
* Email Address: [email protected] 
* Reply-To Address: [email protected] (or any other email address you have) 
* Leave Messages on server: false (some clients will instead have a "Delete messages from server" option, which should be set to true). 
* Maximum Message Size: 500 KB (512000 bytes) 
* Mailbox Size: 10 MB 
* Mailbox Usage: 0.0% (0.0 KB) 

* HotPOP的發送(SMTP)郵件服務器需要身份驗證。用戶名和密碼與POP服務器和網站相同。不要選擇「安全」密碼認證。

+0

「It fails」非常模糊。我建議添加確切的錯誤,甚至可以追蹤。 – earl 2009-08-24 17:31:20

回答

2

嗯,我無法從這個網站得到太多的迴應..並且有100多個問題要回答註冊他們的免費服務。

但esmtp現在已經嵌入到最新的rebol二進制文件中。不需要使用庫中的一個。

所以,儘量在 以下

集網[[email protected] smtp.hotpop.com] 跟蹤/ NET SEND [email protected] 「測試」

和看看出現了什麼錯誤信息。 該協議應詢問您的用戶名和密碼,以便您可以進行身份​​驗證。

+0

嗨,謝謝你會嘗試。 – 2009-09-21 05:37:35