大家通常都是申请是出現\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

