51Testing软件测试论坛

标题: mantis注册时收不到邮件 [打印本页]

作者: peipeiup    时间: 2010-3-9 09:49
标题: mantis注册时收不到邮件
我在注册新用户时,提示信息是SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to smtp.sohu.com:25 (ӉӚĿ?껺Ʒ???????ӡ?
)


账号注册已处理
[1234 - 352873954@qq.com]  

恭喜你,你的注册已成功。为证实你的邮件地址的有效性,系统将发出确认信,请你在收到该信后访问链接以激活你的账号。

你必须在7天之内激活你的账号,否则逾期该账号将被自动清除

但是我没有收到邮件啊。他都提示注册成功了,怎么还有上面的那个提示SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to smtp.sohu.com:25 (ӉӚĿ?껺Ʒ???????ӡ?)呢?
请问这是为什么吗?
请各位帮帮忙啊!!谢谢!!!

我在config_inc.php文件的配置是这样的:

# --- database variables ---------

# set these values to match your setup
$g_hostname      = "localhost:3306";
$g_db_username   = "root";
$g_db_password   = "tendency";
$g_database_name = "mantis";
$g_db_type       = "mysql";

# --- email variables -------------
$g_administrator_email  = 'tendency@sohu.com';
$g_webmaster_email      = 'tendency@sohu.com';

# the "From: " field in emails
$g_from_email           = 'tendency@sohu.com';

# the return address for bounced mail
$g_return_path_email    = 'tendency@sohu.com';
$g_enable_email_notification = ON;
$g_phpMailer_method  = 2;
$g_smtp_host   = 'smtp.sohu.com';
$g_smtp_username = 'tendency@sohu.com';
$g_smtp_password = 'tendency';
$g_use_phpMailer = ON;
$g_phpMailer_path = 'C:/Program Files/PHP/phpmailer';
作者: peipeiup    时间: 2010-3-9 09:50
我在线等待各位大侠的帮助,我已经弄了好几天了,就是没有成功。
作者: peipeiup    时间: 2010-3-9 14:32
都没有人回答啊!
作者: bill_hen    时间: 2010-3-10 05:29
已经很清楚告诉你为什么了:

unable to connect to smtp.sohu.com:25

你肯定 服务器 smtp.sohu.com 和 端口 25 都正确吗?
作者: peipeiup    时间: 2010-3-10 16:41
我不知道服务器smtp.sohu.com和端口25是不是都正确的,我在网上找的,sohu的服务器是这个的,25端口是默认的。
作者: Kity_88    时间: 2010-3-10 18:04
标题: 请到这里去看看Mantis的搭建手册
http://bbs.51testing.com/thread-175985-1-1.html
作者: peipeiup    时间: 2010-3-11 10:07
谢谢你的手册。可是我们公司没有自己的邮件服务器,我用的是搜狐的邮件,那怎么配置在“D:\Program Files\xampp\apache\conf 目录下在找到httpd.conf,打开后搜索到listen,把Listen 80 修改为listen IP:80,IP 就是你服务器的地址。还要修改D:\Program Files\xampp\php\php.ini,把SMTP = localhost 修改为SMTP = IP,IP 为你服务器IP。”呢?
作者: peipeiup    时间: 2010-3-12 11:34
我已经解决了邮件发送问题了,电脑上装了McAfee,限制了我发邮件。弄了好几天,原来是这个问题。
作者: sophie.jing    时间: 2015-12-24 10:52
peipeiup 发表于 2010-3-12 11:34
我已经解决了邮件发送问题了,电脑上装了McAfee,限制了我发邮件。弄了好几天,原来是这个问题。

我和你一样的配置,也没有看到McAfee,我的testmail页面显示success,但是126邮箱并没有收到testmail,怎么回事呢?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2