在C:\Program Files\EasyPHP1-8\apache下的php.ini文件中查找SMTP,将SMTP = localhost,SMTP = 服务器IP;
查找sendmail_from,将前面的分号去掉,并在后面填上邮件地址:sendmail_from = 我的邮件地址。
在C:\Program Files\EasyPHP1-8\www\mantis_1.0.5\config_inc.php文件中添加
$g_administrator_email = 我的邮件地址;
$g_webmaster_email = 我的邮件地址;
$g_from_email = 我的邮件地址;
$g_return_path_email = 我的邮件地址;
$g_smtp_host=服务器IP;
$g_smtp_username='帐号';
$g_smtp_password='密码';
$g_phpMailer_method =2;
是按照这样配置的
------------------------------------------------------------------------
http://www.aditus.nu/jpgraph/jpdownload.php
[
本帖最后由 liming_bse 于 2007-8-28 17:05 编辑 ]