$smtp->mail($smtp_user);
$smtp->to($rcpt_to);
$smtp->data();
$smtp->datasend($msg);
$smtp->dataend();
$smtp->quit;
}作者: kingrobot 时间: 2007-8-5 12:41
自己先顶一下。
再请教二个问题:
一、为什么我在安装bugzilla时,用mysql5时,在填写了smtp服务器地址后,再往下就会出错。
Can't connect to the database.
Error: Access denied for user [email=]'bugs'@'localhost'[/email] (using password: YES/NO)都有出现过
Is your database installed and up and running?
Do you have the correct username and password selected in localconfig?
http://www.websina.com/cn/bugzilla-install-windows.html作者: junlingliu 时间: 2007-8-31 15:32
kingrobot :
我用的是bugzilla2.22.3版本,收不到邮件...
只将BugMail.pm中的sub MessageToMTA 修改成你上面所述就可以吗?
我修改后提示:
The specified CGI application misbehaved by not returning a complete set of aHTTP headres. The headers it did return are:
String found where operator expexted at Bugzilla/BugMail.pm line 4,near""# License Version 1.1(the ""License""(Missing operator before "License"?)
......