View Issue Details

IDProjectCategoryView StatusLast Update
0011708mantisbtadministrationpublic2010-09-19 03:12
Reporterchenlei Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.2 
Summary0011708: 管理员添加新用户,提示成功,但收不到邮件
Description

管理员添加新用户后,提示成功,但新用户的邮箱去哦收不到邮件!怎能办??

TagsNo tags attached.
Attached Files
config_inc.php (2,874 bytes)   
<?php
	$g_hostname = 'localhost';
	$g_db_type = 'mysql';
	$g_database_name = 'mantis';
	$g_db_username = 'root';
	$g_db_password = '123456';

	# --- 修改默认设置为简体中文 -------------

 	$g_default_language ='chinese_simplified';# 默认语言为简体中文 
	$g_allow_signup                 = ON;#是否允许新用户注册,ON是允许,OFF不允许

	# --- 登录设置-------------

 	$g_max_failed_login_count = 5;

  	$g_show_realname = ON;# 是否允许匿名登录,ON是允许,OFF不允许


	# --- 邮件设置 -------------

  	$g_administrator_email  = '346110618@qq.com';# 

  	$g_webmaster_email      = '346110618@qq.com';# 管理员邮件帐号

  	$g_from_email           = '346110618@qq.com';# 发送者帐号,即Mantis自动发邮件是显示的用户帐号

  	$g_return_path_email    = '346110618@qq.com';# 邮件回复地址

 

  	$g_enable_email_notification    = ON;      # 开通邮件通知

  	$g_smtp_host     = 'smtp.qq.com:25';     # SMTP 服务器

  	$g_smtp_username = '346110618@qq.com';     # 邮箱登录用户名

  	$g_smtp_password = 'yh19900223';  # 邮箱登录密码

  	$g_use_phpMailer = ON;    # 使用 PHPMailer 发送邮件

  	$g_phpMailer_path = 'D:/mantis/core/phpmailer'; # PHPMailer 的存放路径

  	$g_phpMailer_method   = 2;       # PHPMailer 以 SMTP 方式发送 Email  

	# --- 其他设置 -------------
	

  	$g_show_project_menu_bar = ON;# 是否显示项目选择栏,ON是显示,OFF不显示

  	$g_show_queries_count     = ON; # 在页脚是否显示执行的查询次数,ON是显示,OFF不显示

  	$g_default_new_account_access_level = DEVELOPER; # 默认用户级别

  	$g_view_summary_threshold   = VIEWER; #设置查看权限

  	$g_window_title = '缺陷跟踪管理系统'; # 浏览器标题

  	$g_page_title = '缺陷跟踪管理系统'; # 页面标题栏

  	$g_max_failed_login_count = 5;#默认登录失败次数

  	$g_show_realname = ON;#显示真名

  	#$g_allow_anonymous_login  = ON;# 允许用户匿名登录

  	#$g_anonymous_account              = 'anonymous';#匿名登录的用户名

	# --- 日期设置 -------------

  	$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'; # 完整日期格式

	# --- 报表设置 -------------

  	$g_use_jpgraph = ON;

  	$g_jpgraph_path = 'D:/mantis/core/jpgraph/src/';  #设置jpgraph的路径

  	$g_graph_font = 'chinese_gbk'; 

	$g_preview_attachments_inline_max_size = 5000000;#显示添加的图片

	$g_relationship_graph_enable		= ON;





	#如果是在windows下装,要特别注意,文件路径的“/”,不能使用“\”,这在php配置文件中是注释的含义
?>
config_inc.php (2,874 bytes)   

Activities

XanaduNWH

XanaduNWH

2010-03-25 00:46

reporter   ~0024904

I think you should submit a issue in English.

well,he said he logged in as a admin and create a new user,but the new user didn't receive any email.

You should check your config file frist.or post your config_inc.php file here.

atrol

atrol

2010-06-02 18:40

developer   ~0025668

chenlei, as this seems not to be a bug or feature request for MantisBT (you are asking for help on how to configure MantisBT)I am resolving this issue as "no change required".
Please use the forums, the help mailing list or IRC to get support on customising and using MantisBT.

chenlei

chenlei

2010-06-02 20:54

reporter   ~0025669

this is my config_inc.php file,please help me to check!thank you!
And my jpgraph can't show the graph of report forms!

squarebox

squarebox

2010-06-02 21:35

reporter   ~0025670

check out my patch i made for jpgraph to support japanese. You could probably make similar change to support chinese or taiwanese.

0011169

atrol

atrol

2010-06-03 07:32

developer   ~0025673

Please provide a summary and a description in english, so I can update this.
XanaduNWH writes as a translation that there is a problem with email when a user is created, now you are writing about problems with jpgraph. This is confusing.

dhx

dhx

2010-06-03 08:22

reporter   ~0025674

You're only using version 1.1.2 of MantisBT? Is that a typo... are you using 1.2.1? If not, please do upgrade!

This may be related to 0011394 ?

chenlei

chenlei

2010-06-03 20:44

reporter   ~0025689

where can i get 1.2.1?

squarebox

squarebox

2010-06-03 21:09

reporter   ~0025690

http://www.mantisbt.org/download.php

rakeshmehta

rakeshmehta

2010-06-04 05:17

reporter   ~0025694

can add some note

chenlei

chenlei

2010-06-04 05:24

reporter   ~0025695

Could you give me the Setup configuration file of 1.2.1?
And had better it's Chinese

dhx

dhx

2010-06-07 08:00

reporter   ~0025726

Unfortunately the MantisBT manual/documentation is only available in English at the moment. I suggest you try using an online translation website such as Google Translate to help you with translating the manual into your native language.

I'm resolving this issue as "no change required" because this bug tracker is not meant for discussion of configuration/installation problems. Please seek help/support on the mantisbt-help mailing list, the forums or IRC instead.