Search found 3 matches

by cjard
02 Mar 2010, 14:18
Forum: Help
Topic: I want ASSIGNED-TO box to contain only one user..
Replies: 1
Views: 1258

Re: I want ASSIGNED-TO box to contain only one user..

Ignore this Q.. I forgot that I had created a user for myself as a developer and hence could see an assign-to when i reported an issue.. but reporters and updaters cannot see it, so it's all good.. Onto the next question!
by cjard
02 Mar 2010, 11:48
Forum: Help
Topic: I want ASSIGNED-TO box to contain only one user..
Replies: 1
Views: 1258

I want ASSIGNED-TO box to contain only one user..

Hi all

How do I set up mantis so that only one or maybe two users (both manager) is visible in the assigned-to box? I want all of everything to be assigned to one person who is then tasked with asking for more info, rejecting the suggestion, or assigning it to a developer..

I jsut cant figure out ...
by cjard
02 Mar 2010, 11:45
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 15060

Re: Mantis failed to send emails in 1.2 while working in 1.1.2

When I had problems with this, I edited email_api.php:


//in email_send() function:

catch ( phpmailerException $e )
{
[b] $t_success = $e->errorMessage();[/b]
}


And then in test_email.php:


$result = email_send( $t_email_data );

# $result = email_send( config_get_global( 'administrator ...