51Testing软件测试论坛

标题: mantis发不了邮件,请各位大侠help...... [打印本页]

作者: myhenry    时间: 2007-2-6 17:35
标题: mantis发不了邮件,请各位大侠help......
我刚装得mantis1.0.4,完全照着网上说的那样做的,这是我的配置文件:
$g_use_iis                             = OFF;                                 # 使用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                        = 'F:/BugTrac/php/includes/jpgraph/src/';    # JPGraph路径  
$g_window_title                        = 'mantis - Bug 跟踪管理系统';          # 浏览器标题  
$g_page_title                          = 'mantis - Bug 跟踪管理系统';          # 页面标题栏  
$g_validate_email                      = OFF;
$g_enable_email_notification           = ON;                                 # 开通邮件通知  
$g_smtp_host                           = 'smtp.exoty.com';                   # SMTP 服务器  
$g_smtp_username                       = 'mantis@exoty.com';                        # 邮箱登录用户名  
$g_smtp_password                       = 'mantis';                         # 邮箱登录密码  
$g_use_phpMailer                       = ON;                                 # 使用 PHPMailer 发送邮件  
$g_phpMailer_path                      = 'C:/PHP/Includes/phpmailer/';      # PHPMailer 的存放路径
$g_phpMailer_method                    = 2;                                  # PHPMailer 以 SMTP 方式发送 Email
$g_file_upload_ftp_server              = 'ftp.yourftp.com';                 # 上传文件 FTP  
$g_file_upload_ftp_user                = 'ftpuser';                         # FTP 登录用户名  
$g_file_upload_ftp_pass                = 'ftppwd';                          # FTP 登录密码  
$g_short_date_format                   = 'Y-m-d';                           # 短日期格式,Y 大写表示 4 位年  
$g_normal_date_format                  = 'Y-m-d H:i';                       # 普通日期格式
$g_complete_date_format                = 'Y-m-d H:i:s';                     # 完整日期格式
php.ini
include_path =".;C:\PHP\includes\PHPMailer"
[mail function]
; For Win32 only.
SMTP = smtp.exoty.com
smtp_port = 25
; For Win32 only.
sendmail_from = mantis@exoty.com
出现:SYSTEM WARNING: fsockopen(): unable to connect to smtp.exoty.com:25 (您的主机中的软件放弃了一个已建立的连接。
)
PROBLEMS SENDING MAIL TO: china@exoty.com
Mailer Error: SMTP Error: Could not connect to SMTP host.
有没有出现过这种问题帮帮我啊..快快回复...感激不尽.....谢谢,谢谢啦..
QQ:345438067
作者: bill_hen    时间: 2007-2-7 05:43
smtp.exoty.com 是你的 邮件服务器吗?

http://www.websina.com/cn/
有详细邮件设置介绍, 可查阅。
作者: myhenry    时间: 2007-2-7 09:00
是啊,服务器已经设置好了.那个就是,看了很多网上的介绍,都不行..还是显示那样的错误..
作者: myhenry    时间: 2007-2-7 10:27
高手都去哪了?    救命啊!!!!




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