私はhttp://www.rebol.org/view-script.r?script=esmtp.rと http://www.rebol.org/view-script.r?script=esend.rrebol esmtp failure?
を使用して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サーバーとWebサイトと同じです。 「安全な」パスワード認証を選択しないでください。
「失敗します。」は非常に曖昧です。私は正確なエラーと多分トレースを追加することをお勧めします。 – earl