1 頁 (共 1 頁)

[建議]大家SMTP的問題?

發表於 : 2004-03-09 02:21
rayearth2000
我剛fix好我的問題了,希望可以help到大家。

大家通常都是申请是出現\r
Failed sending emain ::PHP::
line: error
file: \phpBB2\includes\emailer.php


可以try張
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
改為
message_die(GENERAL_ERROR, 'Success ' . (($this->use_smtp) ? 'SMTP' : '!') . ' ' . $result, '', __LINE__, __FILE__);


同張admin 基本組態 內的使用 SMTP 伺服器傳送 關閉
.

after that should be work.




我是在 lycos.co.uk 和polarhome 做test server 的希望 it could help :oops:

[Windows]還是不行ㄟ

發表於 : 2004-05-04 11:25
sami
有沒有方法可以讓使用者註完冊自行登入啟用?不要再讓系統發出mailㄌ.....

I can not solve this error message still, Do I need to install a mail server?

My OS is winXP pro,
AppServ 2.3.0
phpBB 2.0.8a

Again, How to config IIS's smtp service ? .....

Re: [Windows]還是不行ㄟ

發表於 : 2004-05-04 15:19
寒冰軒
sami 寫:有沒有方法可以讓使用者註完冊自行登入啟用?不要再讓系統發出mailㄌ.....

I can not solve this error message still, Do I need to install a mail server?

My OS is winXP pro,
AppServ 2.3.0
phpBB 2.0.8a

Again, How to config IIS's smtp service ? .....
在後台\r
帳號啟用動作 選 關閉
再照著這篇把判斷拿掉就可以了
http://phpbb-tw.net/phpbb/viewtopic.php ... mailer.php

我試過是可以的
你試試看吧