LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: hunter0113 於 九月 28, 2005, 02:19:24 下午



主題: 關於電子郵件問題
作者: hunter0113九月 28, 2005, 02:19:24 下午
Exception message: fsockopen(): unable to connect to 203.68.*.*:25
Error code: 2
-- Backtrace --
c:\appserv\www\class\mail\phpmailer\class.smtp.php(106): fsockopen
c:\appserv\www\class\mail\phpmailer\class.phpmailer.php(549): smtp.connect
c:\appserv\www\class\mail\phpmailer\class.phpmailer.php(468): phpmailer.smtpconnect
c:\appserv\www\class\mail\phpmailer\class.phpmailer.php(378): phpmailer.smtpsend
c:\appserv\www\class\mail\emailservice.class.php(176): phpmailer.send
c:\appserv\www\class\summary\action\dofinishregister.class.php(194): emailservice.sendmessage
c:\appserv\www\class\summary\action\dofinishregister.class.php(153): dofinishregister.sendconfirmemail
c:\appserv\www\class\summary\action\dofinishregister.class.php(45): dofinishregister.doneregister
c:\appserv\www\class\controller\controller.class.php(305): dofinishregister.perform
c:\appserv\www\summary.php(75): summarycontroller.process

當使用者註冊後系統發出電子郵件時會出現如上的錯誤訊息,以及如下的訊息!!

恭喜你,新的使用者帳號及網誌已經順利建立!
一封包含註冊[確認訊息連結]的電子郵件已經寄到你的電子信箱中。請盡快點選該連結來開始你的blogging生活!

請教前輩們該如何解決!謝謝!!

系統:
        windows 2003 server
        apache  1.3.33
        php 4.3.11
        mysql 4.0.24


主題: Re: 關於電子郵件問題
作者: Lance Li九月 28, 2005, 04:28:31 下午
你设置了使用 SMTP 发邮件?那个服务器 203.68.*.* 上你确认有 SMTP 服务?


主題: Re: 關於電子郵件問題
作者: markwu九月 29, 2005, 11:26:47 上午
你设置了使用 SMTP 发邮件?那个服务器 203.68.*.* 上你确认有 SMTP 服务?

如 Lance 所說的,你設定了 SMTP mail 的功能,可是你的 203.68.*.*:25 看起來是無法連線的。

Mark


主題: Re: 關於電子郵件問題
作者: hunter0113九月 29, 2005, 12:09:22 下午
感謝各位前輩的幫忙!問題已經處理好了!! :-)