Hi Hung,
First be sure that you set the email notification to ON
$g_enable_email_notification = ON;
# If you wanted to have all developers get notified of new bugs you might add
# the following lines to your config file:
$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags ...
Search found 18 matches
- 06 Nov 2007, 10:31
- Forum: General Discussion
- Topic: email developers when reporters submit issues
- Replies: 4
- Views: 4977
- 05 Nov 2007, 12:06
- Forum: Help
- Topic: MANTIS file upload
- Replies: 7
- Views: 5368
Re: MANTIS file upload
Ok, Try to set $g_max_file_size in your config_inc.php file
# Maximum file size that can be uploaded
# Also check your PHP settings (default is usually 2MBs)
$g_max_file_size = 5000000; # 5 MB
# Maximum file size that can be uploaded
# Also check your PHP settings (default is usually 2MBs)
$g_max_file_size = 5000000; # 5 MB
- 05 Nov 2007, 10:49
- Forum: Help
- Topic: MANTIS file upload
- Replies: 7
- Views: 5368
Re: MANTIS file upload
What is upload method you are using to store your files?
DATABASE, FTP, or DISK?
DATABASE, FTP, or DISK?
- 20 Oct 2007, 11:37
- Forum: Help
- Topic: Add on to paste screen shoots in Mantis
- Replies: 6
- Views: 6114
- 29 Sep 2007, 08:57
- Forum: General Discussion
- Topic: Project level permission
- Replies: 2
- Views: 4373
- 27 Sep 2007, 14:43
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5722
- 27 Sep 2007, 11:10
- Forum: Help
- Topic: Email Notification Sign Up
- Replies: 5
- Views: 5722
- 05 Sep 2007, 10:41
- Forum: Customizations
- Topic: Help please with Mantis signups
- Replies: 2
- Views: 5299
- 04 Sep 2007, 20:57
- Forum: Help
- Topic: reporter can not change the isuue status
- Replies: 3
- Views: 3883
- 04 Sep 2007, 09:49
- Forum: Help
- Topic: reporter can not change the isuue status
- Replies: 3
- Views: 3883
- 04 Jul 2007, 11:12
- Forum: Help
- Topic: Disabling Email Notifications
- Replies: 3
- Views: 9030
email notification
in config_defaults_inc.php
change:
$g_enable_email_notification = ON;
to:
$g_enable_email_notification = OFF;
change:
$g_enable_email_notification = ON;
to:
$g_enable_email_notification = OFF;
- 04 Jun 2007, 22:27
- Forum: Help
- Topic: Moving Attachements to Different Directory
- Replies: 3
- Views: 4837
- 25 May 2007, 23:03
- Forum: Help
- Topic: Help needed on sending emails
- Replies: 2
- Views: 4341
- 16 Apr 2007, 08:53
- Forum: Help
- Topic: SMTP authentication: How to make it work?
- Replies: 2
- Views: 5320
- 03 Apr 2007, 21:54
- Forum: Help
- Topic: Creating Projects
- Replies: 2
- Views: 4466