分享:
▼
x0
|
[PHP][讨论] Xoops 无法寄信之解决方法--原创喔~~~
发信错误讯息为 Error: could not connect to SMTP host server(s)"
测试方法为修改主目录\class\mail\phpmailer\class.phpmailer\class.phpmailer.php var $SMTPDebug = False; <====将 false 改为true 就可以看到不能寄信原因
我的SMTP错误讯息为 "SMTP -> ERROR: Failed to connect to server: 连线已被您主机上的软体中止。 (10053) "
经过查证是 Mcafee 阻挡了主机送信。只要修改 VirusScan 存取保护 \ 规则 \ 禁止大量散布邮件的蠕虫病毒传送邮件 \排除的处理程序 apache.exe 就可以寄信啦
另外如果是用 xoops 2.2.1 也要升级到2.2.3才可修正不能发信的问题 !!
[ 此文章被Alec在2005-11-30 21:17重新编辑 ]
|