adsawx 访问次数 : 11 注册日期 : 06-09-22 11:53 上次访问 : 09-10-29 21:05 |
请各位帮助! 我的系统是windows, GreenAMP解压到D:目录下 按安装说明安装了BugFree 1.0,并配置了发送邮件的参数。但我通过OutlookExpress收邮件时内容是乱码如下: [0000007=>宿丿???] 2006-09-14 14:40 Opened By 管翿??? [步鿿] 1. 2.test 3. [绿???] [??????] [夿泿] 设置参数: /* 8. Mail setting. */ $BugConfig["Mail"]["On"] = true; $BugConfig["Mail"]["FromAddress"] = "Bug@comfie.cn"; $BugConfig["Mail"]["FromName"] = "BugFree"; $BugConfig["Mail"]["ReportTo"] = array(); $BugConfig["Mail"]["SendMethod"] = "SMTP"; // "MAIL|SENDMAIL|SMTP|QMAIL"; /* 9. SMTP param setting. */ $BugConfig["Mail"]["SendParam"]["Host"] = "send.comfie.cn"; //The server to connect. Default is localhost $BugConfig["Mail"]["SendParam"]["SMTPAuth"] = false; //Whether or not to use SMTP authentication. Default is FALSE $BugConfig["Mail"]["SendParam"]["Username"] = ""; //The username to use for SMTP authentication. $BugConfig["Mail"]["SendParam"]["Password"] = ""; |
最后编辑, 06-09-22 11:54 回帖 |
Mr.Lee 访问次数 : 241 注册日期 : 05-10-06 10:46 上次访问 : 09-10-29 21:05 |
把OutlookExpress的编码改为Bugfree使用的编码格试,一般是utf-8,如果utf8不行,就用GB2312试试。 |
回帖 |
adsawx 访问次数 : 11 注册日期 : 06-09-22 11:53 上次访问 : 09-10-29 21:05 |
还是不行啊。两种方法都试过。 |
回帖 |
adsawx 访问次数 : 11 注册日期 : 06-09-22 11:53 上次访问 : 09-10-29 21:05 |
configBug.inc.php 这样设置的 /* 1. Define surported language list and default language. Note: you can use only one charset Chinese lanuage now. */ $BugConfig["LangList"]["English"] = "English"; //$BugConfig["LangList"]["ChineseGB2312"] = "Chinese"; $BugConfig["LangList"]["ChineseUTF8"] = "ChineseUTF8"; $BugConfig["DefaultLang"] = "ChineseUTF8"; |
回帖 |