竹子大大!!小竹子 寫:liubrian 寫:我的空间是 free.fr 不可发email 的, 但会员是可以注册的,不过会出现普通错误信息,只要把mail 函数屏蔽掉就会显示正确了,
直接 MARK 哪段呢?
還有.........我真的找不到了^^!!!
我想問哪裡有好的級別圖案下載呢?
謝謝!
版主: 版主管理群
代碼: 選擇全部
一般錯誤
Failed sending email ::
DEBUG MODE
Line : 225
File : c:\appserv\www\phpbb\includes\emailer.php
代碼: 選擇全部
if ( !$result )
{
message_die(GENERAL_ERROR, 'Failed sending email', '', __LINE__, __FILE__);
}
return true; 代碼: 選擇全部
if ( $this->use_smtp )
{
if ( !defined('SMTP_INCLUDED') )
{
include("C:\phpBB2\includes\smtp." . $phpEx);
}
$result = smtpmail($this->address, $this->subject, $this->msg, $this->extra_headers);
}
else
{
$result = @mail($this->address, $this->subject, $this->msg, $this->extra_headers);
}