Search found 14 matches

by lgcarneiro
13 Dec 2010, 19:04
Forum: Customizations
Topic: New Status -> Not Email?
Replies: 4
Views: 4804

Re: New Status -> Not Email?

I wish that when no user was associated (assigned) the status, send email to all developers (access level - developer) using "Email Notifications"] option.
This works with default status (new, closed ...), but does not work when I create a new status (60: TEST).

g_email_receive_own=ON - Always ...
by lgcarneiro
08 Dec 2010, 11:04
Forum: Customizations
Topic: New Status -> Not Email?
Replies: 4
Views: 4804

Re: New Status -> Not Email?

I followed this documentation and still not received e-mail when status change to "to be tested".

CREATE BUG -> Status NEW
08-12-2010 08:52 BRST mail_recipient Issue = #18, add Reporter = @U1
08-12-2010 08:52 BRST mail_recipient Issue = #18, add Project User = @U2
08-12-2010 08:52 BRST mail ...
by lgcarneiro
07 Dec 2010, 17:12
Forum: Customizations
Topic: New Status -> Not Email?
Replies: 4
Views: 4804

New Status -> Not Email?

Why when i create a new status, i didn't cant receive email?
I already check 'E-mail Notifications'

I used this procedure to create a new status:
http://manual.mantisbt.org/manual.custo ... values.php

Version> 1.2.3



Tks!
Luis Gustavo
by lgcarneiro
07 Dec 2010, 12:46
Forum: General Discussion
Topic: Generate LOG
Replies: 1
Views: 2508

Generate LOG

Hello People!


How can i generate log of application?
Every time that i create custom_strings_inc.php file, my mantis 1.2.3 not work more.
I need to view log file to understand the problem.



Tks!
Luis Gustavo
by lgcarneiro
24 Nov 2010, 18:19
Forum: General Discussion
Topic: Create issue from CSV
Replies: 0
Views: 2268

Create issue from CSV

Hello People!

How can i create one issue importing a CSV File?
I installed 'Mantis CSV Importer 1.2.0', but just update one issue already created. I would like to create a new issue from CSV file.


Tks!
Luis Gustavo
by lgcarneiro
29 Oct 2010, 10:32
Forum: General Discussion
Topic: Send email to reponsable people
Replies: 3
Views: 4912

Re: Send email to reponsable people

This just to work when i open one issue, ok?
If i edit one issue and change the category, not work. right?

Tks!
Luis Gustavo
by lgcarneiro
28 Oct 2010, 18:54
Forum: General Discussion
Topic: send email when put TAG
Replies: 1
Views: 2190

send email when put TAG

hello,

Can i config Mantis 1.2.3 version, when put TAG send e-mail?
Similar "E-mail on Note Added" or "E-mail on Relationship changed"


Tks,
Luis Gustavo
by lgcarneiro
28 Oct 2010, 10:44
Forum: General Discussion
Topic: Send email to reponsable people
Replies: 3
Views: 4912

Send email to reponsable people

Hello,

How can i do when one issue is opened, depending 'Priority Field' send email to one people responsable? is it possible?

Prioriry A -> a@x.com
Priority B -> b@x.com

Version 1.2.3

Tks!
Luis Gustavo
by lgcarneiro
06 Oct 2010, 14:45
Forum: General Discussion
Topic: Email Notification Workflow
Replies: 5
Views: 7225

Re: Email Notification Workflow

I want that send email to all DEVELOPER users when status for changed "Assigned".
by lgcarneiro
06 Oct 2010, 14:16
Forum: General Discussion
Topic: Email Notification Workflow
Replies: 5
Views: 7225

Re: Email Notification Workflow

I updated version 1.2.2 to 1.2.3.
What i need to make to developer user's can receive email when change status for "Assinged"? Change Access Levels in "E-mail Notifications"? I already read Mantis administration guide and not found.
by lgcarneiro
05 Oct 2010, 19:45
Forum: General Discussion
Topic: Email Notification Workflow
Replies: 5
Views: 7225

Email Notification Workflow

Hello People,

I want follow workflow below:

http://www.warelab.org/blog/wp-content/uploads/2008/04/mantis-workflow1.png


When one reporter user create one issue, the manager user receives email. But when o changes status to "Assigned", the developer user should receive email too, but can't ...
by lgcarneiro
04 Oct 2010, 16:45
Forum: General Discussion
Topic: Not send email
Replies: 6
Views: 13779

Re: Not send email

I Solve my problem, look my config.

#############################
# Mantis EMAIL Settings
#############################
$g_enable_email_notification = ON;
$g_administrator_email = 'luis.carneiro@dominio.com.br';
$g_return_path_email = 'luis.carneiro@dominio.com.br';
$g_from_email = 'luis.carneiro ...
by lgcarneiro
29 Sep 2010, 14:12
Forum: General Discussion
Topic: Not send email
Replies: 6
Views: 13779

Re: Not send email

My Log show that the email was send, mas I never received. I would like LOG on DEBUG mode, just to understand why can't receive email.

2010-09-29 10:29 BRT mail_recipient Issue = #20, add Project User = @U1
2010-09-29 10:29 BRT mail Issue = #20, Type = new, Msg = 'email_notification_title_for ...
by lgcarneiro
29 Sep 2010, 13:19
Forum: General Discussion
Topic: Not send email
Replies: 6
Views: 13779

Not send email

Hello People,

O configured my config_inc.php to send email but i can't receive email. Is there any configuration to generate LOG on DEBUG mode?
Look my configuration:

#############################
# Mantis EMAIL Settings
#############################
$g_log_level = LOG_EMAIL | LOG_EMAIL ...