Disable Daily mail

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Reinder
Posts: 119
Joined: 26 Apr 2005, 11:08

Disable Daily mail

Post by Reinder »

Hi all,

I get a daily mail with all issues that are not yet resolved and to which I'm assigned.

However, the question arose if this can be disabled per person (or project or other), but I cannot seem to find where this option is turned on/off (not in manage users / configuration / config).

Anyone any idea?


Kr,
Reinder
Lapinkiller
Posts: 408
Joined: 28 Jan 2011, 18:47
Location: France
Contact:

Re: Disable Daily mail

Post by Lapinkiller »

hello

it seems to be part of a plugin, isn't it ?
therefore, you should contact the plugin's author to request help about using it.
Lapinkiller,
French PHP developer
New look for your mantis : http://www.mantisbt.org/forums/viewtopi ... =4&t=20055
Reinder
Posts: 119
Joined: 26 Apr 2005, 11:08

Re: Disable Daily mail

Post by Reinder »

It is not a plugin but "standerd" mantis functionality (see feature request from some time ago: http://www.mantisbt.org/bugs/view.php?id=6465)
Reinder
Posts: 119
Joined: 26 Apr 2005, 11:08

Re: Disable Daily mail

Post by Reinder »

Just found where I can make exceptions. But I have to do this manually for all users. Is there ni plugin available to exclude certain users from the send list?

In custom_reminder_config_inc.php:

Code: Select all

# User excepted
	# As g_excepted_date with the username
	$g_excepted_user[] = array(
					'administrator' => array( 'year' => 2005 )
				);
Lapinkiller
Posts: 408
Joined: 28 Jan 2011, 18:47
Location: France
Contact:

Re: Disable Daily mail

Post by Lapinkiller »

custom_reminder_config_inc.php is not in standard mantis installation, are your sure it's not a functionality which have been added ?

i can't found any information in config_default_inc or in mantis doc about your daily reminder...
Lapinkiller,
French PHP developer
New look for your mantis : http://www.mantisbt.org/forums/viewtopi ... =4&t=20055
Reinder
Posts: 119
Joined: 26 Apr 2005, 11:08

Re: Disable Daily mail

Post by Reinder »

I found out where to fix this. Somehow the custom config file did not pick up the excludes. So it is now programmed directly into the custom_reminder.php file.

I anyone would like to see this solution, let me know and I'll post it....
Post Reply