Search found 10 matches

by pvallone
11 Dec 2008, 20:57
Forum: Help
Topic: Restrict viewing, but allow reporting
Replies: 5
Views: 4537

Re: Restrict viewing, but allow reporting

Can anyone provide some assistance?
by pvallone
09 Dec 2008, 12:25
Forum: Help
Topic: Restrict viewing, but allow reporting
Replies: 5
Views: 4537

Re: Restrict viewing, but allow reporting

Hi,

Thank you for the help. The option "Limit reporter's access to their own issues" in the "Workflow Thresholds" does not have any options available (no check boxes). Also, anyone belonging to the project can see all the issues no matter who reported them. How do I change this?
by pvallone
08 Dec 2008, 16:22
Forum: Help
Topic: Restrict viewing, but allow reporting
Replies: 5
Views: 4537

Re: Restrict viewing, but allow reporting

Anyone?
by pvallone
05 Dec 2008, 17:00
Forum: Help
Topic: Restrict viewing, but allow reporting
Replies: 5
Views: 4537

Restrict viewing, but allow reporting

Using Mantis 1.1.5

Is it possible to have a user be able to report issues but limit what they are allowed to view for example:

A user can only view their reported bugs.

Thanks,
by pvallone
05 Sep 2008, 21:05
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Re: Help configuring email

Hi vzw614,

My site is hosted by a 3rd party, which uses a SMPT server. I added the default port (25). Since the site is hosted, I cant access the ini file. The funny thing is, I have a similar configuration for joomla, which works.

Thanks for the help.

Phil
by pvallone
05 Sep 2008, 19:26
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Re: Help configuring email

After searching the forum for similar issues, its clear that many people have this issue. Not sure what it takes to get any decent help, I'll probably try bugzilla.

:(
by pvallone
04 Sep 2008, 19:48
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Re: Help configuring email

I've been working on this for days. Here is my config:
$g_phpMailer_method = 2;
$g_smtp_host = 'sendmailx.xxxxxxx.com';
$g_smtp_username = 'xxx@xxxx.com';
$g_smtp_password = 'xxxx';
$g_email_send_using_cronjob = ON;
$g_email_set_category = OFF;

Any help would be appreciated. As a note. I use ...
by pvallone
03 Sep 2008, 19:58
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Re: Help configuring email

Thanks but that didnt work either. Is there a way to use a php script?
by pvallone
03 Sep 2008, 11:43
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Re: Help configuring email

Anyone?

If I can't send an email using send mail can I uses a php script? If so how do i configure it point to the script file?

g_phpMailer_method = 0;


<?

require("c:\php\includes\class.phpmailer.php");



$mail = new PHPMailer();



$mail->IsSMTP();

$mail->Host = "mail.YourDomain.com ...
by pvallone
03 Sep 2008, 00:35
Forum: Help
Topic: Help configuring email
Replies: 9
Views: 16869

Help configuring email

Hi,

I host mantis mantis-1.1.2. on a 3rd party server. I am trying to test the email notification, but it just says "PROBLEMS SENDING MAIL"

Here is my config.

$g_phpMailer_method = 1;
$g_smtp_host = 'sendmailx.xxxxxxx.com';
$g_smtp_username = 'xxx@xxxx.com';
$g_smtp_password = 'xxxx';
$g_email ...