Page 1 of 1

Disable Daily mail

Posted: 29 Oct 2012, 12:58
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

Re: Disable Daily mail

Posted: 29 Oct 2012, 13:33
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.

Re: Disable Daily mail

Posted: 30 Oct 2012, 08:26
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)

Re: Disable Daily mail

Posted: 30 Oct 2012, 08:49
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 )
				);

Re: Disable Daily mail

Posted: 30 Oct 2012, 14:34
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...

Re: Disable Daily mail

Posted: 12 Nov 2012, 08:41
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....