Search found 17 matches

by crp
06 Jul 2011, 17:33
Forum: Help
Topic: allowing REPORTER to mark issue resolved
Replies: 5
Views: 5117

Re: allowing REPORTER to mark issue resolved

hence my original question:
Is there a way to configure MT so that a reporter can update as RESOLVED only the issues they reported.
by crp
05 Jul 2011, 20:58
Forum: Help
Topic: allowing REPORTER to mark issue resolved
Replies: 5
Views: 5117

Re: allowing REPORTER to mark issue resolved

I want to allow the reporter to mark the issue resolved , not just close an issue.
by crp
05 Jul 2011, 19:21
Forum: Help
Topic: allowing REPORTER to mark issue resolved
Replies: 5
Views: 5117

allowing REPORTER to mark issue resolved

Is there a way to configure the MT so that a reporter can mark as resolved the issues they reported ?
using version 1.2.4
by crp
11 May 2011, 19:02
Forum: Help
Topic: How to schedule emailing of reminders?
Replies: 1
Views: 2469

How to schedule emailing of reminders?

running MantisBT on a linux box,
how can i get MBT to send out Daily (or Weekly) reminders to reporters and developers of open issues?
by crp
06 May 2011, 17:04
Forum: Help
Topic: Mail funtion does not seem to work
Replies: 14
Views: 11696

Re: Mail funtion does not seem to work

When testing the mail (trough admin) it said that mail() was succesfull.
It always says it was successful even when no email actually was sent. It is only checking to see if the function worked not if the process called by the function worked.

But I have the distinct fealing that sendmail should ...
by crp
18 Apr 2011, 22:18
Forum: Help
Topic: Mail funtion does not seem to work
Replies: 14
Views: 11696

Re: Mail funtion does not seem to work

Reindero wrote:Yeah, running windows. I believe 2008....(server)
Then I would use an SMTP setup. There are a few out there, not just gmail, that could do the job for you.
Or you can search for someone willing to help you setup the email server within W2008
by crp
15 Apr 2011, 17:49
Forum: Help
Topic: Problem with mail
Replies: 3
Views: 3962

Re: Problem with mail

by crp
15 Apr 2011, 17:44
Forum: Help
Topic: Mail funtion does not seem to work
Replies: 14
Views: 11696

Re: Mail funtion does not seem to work

Are you running on Windows? which OS ?
by crp
13 Apr 2011, 18:00
Forum: Help
Topic: Help to configure email
Replies: 2
Views: 2623

Re: Help to configure email

You need to provide how you currently send out email from the pc the MantisBT is installed on.
If the pc is not an email server, what is the configuration of the email client for sending out email.
by crp
13 Apr 2011, 17:56
Forum: Help
Topic: Mail funtion does not seem to work
Replies: 14
Views: 11696

Re: Mail funtion does not seem to work

Is sendmail installed on your system? what is the result of

Code: Select all

 which sendmail
when you enter it at a command prompt?
by crp
11 Apr 2011, 21:50
Forum: Help
Topic: Mail funtion does not seem to work
Replies: 14
Views: 11696

Re: Mail funtion does not seem to work

I've added in the php.ini file the following line:
[mail function]
sendmail_path = /bin/sendmail
and created the directory /sendmail (was not there) .
When testing the mail (trough admin) it said that mail() was succesfull.
But I have the distinct fealing that sendmail should not be a dit. but a ...
by crp
07 Apr 2011, 19:30
Forum: Help
Topic: send_mails.php not functioning - configuration?
Replies: 6
Views: 6676

Re: send_mails.php not functioning - configuration?

well this comes under the heading of What The Heck ???
[root@rh5 htdocs]# ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.055 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.061 ms
64 bytes from ...
by crp
07 Apr 2011, 18:47
Forum: General Discussion
Topic: not getting email conformation from mantis
Replies: 7
Views: 10928

Re: not getting email conformation from mantis

Does anyone have a custom configuration for MantisBT that replaces the email system being used by MantisBT?
Something like writing out the emails to a directory and letting the system handle the emailing of the files?
by crp
07 Apr 2011, 17:21
Forum: Help
Topic: send_mails.php not functioning - configuration?
Replies: 6
Views: 6676

Re: send_mails.php not functioning - configuration?

well that didn't blow up the script, so i guess it is looking in the correct database now.
but still no joy :(

When i look at the record for bn_mantis , the password field is set to "2e01eff804b8deef" which seems to be a Hex mask.
Anyone know how to decrypt it to the original ASCII ?

I did an ...
by crp
06 Apr 2011, 17:01
Forum: Help
Topic: send_mails.php not functioning - configuration?
Replies: 6
Views: 6676

Re: send_mails.php not functioning - configuration?

ahh, I found an issue. This is part of a LAMP and the mySQL for the LAMP is listening on port 3316.
How do I change the config_inc.php to reflect that?