[建議]大家SMTP的問題?
發表於 : 2004-03-09 02:21
我剛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
大家通常都是申请是出現\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