View Issue Details

IDProjectCategoryView StatusLast Update
0009457mantisbtcustomizationpublic2008-12-12 02:33
Reporterincrediblehelp Assigned Togiallu  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOSVistaOS VersionHome Edition
Product Version1.1.2 
Summary0009457: cant get Mantis to send note added notification emails
Description

No matter what I try it seems I cant get users to be emailed updates when users add bug notes. I have the following lines added to the config_inc.php file:

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'pywork_mantis';
$g_db_username = 'pywork_dbuser';
$g_db_password = 'v6XuQest';

$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['owner']['threshold_min'] = DEVELOPER;
$g_notify_flags['owner']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['reopened']['threshold_min'] = DEVELOPER;
$g_notify_flags['reopened']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['deleted']['threshold_min'] = DEVELOPER;
$g_notify_flags['deleted']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['updated']['threshold_min'] = DEVELOPER;
$g_notify_flags['updated']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['relation']['threshold_min'] = DEVELOPER;
$g_notify_flags['relation']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['bugnotes']['threshold_min'] = DEVELOPER;
$g_notify_flags['bugnotes']['threshold_max'] = ADMINISTRATOR;

$g_default_notify_flags = array('reporter'  => ON,
                                'handler'   => ON,
                                'monitor'   => ON,
                                'bugnotes'  => ON,
                                'threshold_min' => NOBODY,
                                'threshold_max' => NOBODY);

?>

Additional Information

I appreciate any help

TagsNo tags attached.

Relationships

duplicate of 0009309 closedgiallu Problems with e-mail notifications about bugnotes [PATCH] 

Activities

thraxisp

thraxisp

2008-07-30 17:06

reporter   ~0018933

Have you checked the settings in the database as well using Manage -> Manage Configuration -> Email Notifications? The database will override the config files.

incrediblehelp

incrediblehelp

2008-07-30 17:12

reporter   ~0018934

Yes it is working fine now after the patch thanks!!