xiasongchuan 访问次数 : 11 注册日期 : 06-11-24 10:59 上次访问 : 09-10-29 21:05 |
$BugConfig["Mail"]["On"] = true; $BugConfig["Mail"]["FromAddress"] = "xiakaiyin@163.com"; $BugConfig["Mail"]["FromName"] = "BugFree"; $BugConfig["Mail"]["ReportTo"] = array(); // Where bug statistics message sened to. If empty, to all users. $BugConfig["Mail"]["SendMethod"] = "SMTP"; // MAIL|SENDMAIL|SMTP|QMAIL /* 9. SMTP param setting. */ $BugConfig["Mail"]["SendParam"]["Host"] = "smtp.163.com"; // The server to connect. Default is localhost $BugConfig["Mail"]["SendParam"]["SMTPAuth"] = true; // Whether or not to use SMTP authentication. Default is FALSE $BugConfig["Mail"]["SendParam"]["Username"] = "xiakaiyin"; // The username to use for SMTP authentication. $BugConfig["Mail"]["SendParam"]["Password"] = "19830907"; // The password to use for SMTP authentication. 出现这个问题:smtp error:the following recipients failed:fang7252@sina.com,我指派的同事的邮箱地址是fang7252@sina.com,请指教!我改了几个stmp服务都是这样,郁闷! |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
这个没有办法,应该是smtp服务器设过过滤规则之类的操作。 你可以试试将fromname改成你的邮箱的前缀。 |
回帖 |