51Testing软件测试论坛

标题: 请教:mantis 中邮件配置问题 [打印本页]

作者: 延安    时间: 2005-12-12 13:12
标题: 请教:mantis 中邮件配置问题
在mantis1.0.0a2中
在建立新的用户时,出现邮件error提示:

SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to smtp.sohu.com:25 (您的主机中的软件放弃了一个已建立的连接。
)

PROBLEMS SENDING MAIL TO: kiki516516@sohu.com
Mailer Error: SMTP Error: Could not connect to SMTP host.

我的config_inc.php中邮件的有关设置为:
$g_use_iis = ON;           # 使用IIS
$g_show_version = OFF;   # 不在页面下部显示 Mantis的版本号
$g_default_language = 'chinese_simplified';   # 默认语言为简体中文
$g_show_project_menu_bar = ON;            # 显示项目选择栏
$g_show_queries_count = OFF;               # 在页脚不显示执行的查询次数
$g_default_new_account_access_level = DEVELOPER;    # 默认用户级别
$g_use_jpgraph = ON;      # 使用图形报表
$g_jpgraph_path = 'd:/PHP/includes/JPGraph/src/';   # JPGraph路径
$g_window_title = 'Mantis Bug 跟踪管理系统';          # 浏览器标题
$g_page_title = 'Mantis Bug 跟踪管理系统';          # 页面标题栏
$g_enable_email_notification = ON;    # 开通邮件通知
$g_smtp_host = 'smtp.sohu.com';    # SMTP 服务器
$g_smtp_username = 'kiki516516';    # 邮箱登录用户名
$g_smtp_password = '******';     # 邮箱登录密码
$g_use_phpMailer = ON;       # 使用 PHPMailer 发送邮件
$g_phpMailer_path = 'd:/PHP/includes/PHPMailer/';      # PHPMailer 的存放路径
$g_phpMailer_method = 2;  # PHPMailer

请大侠赐教.
THx in advance!!!
作者: 延安    时间: 2005-12-12 16:14
标题: 我的phpmailer已经可以用了
把防火墙关掉,就ok
很爽!
很开心,希望以后大家多交流,谢谢!!!
作者: peipeiup    时间: 2010-3-8 16:03
我在注册新用户时,提示信息是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';




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