Search found 8 matches

by GoodFeel
28 Jan 2020, 08:14
Forum: Help
Topic: Configure SMTP with Office365 account
Replies: 8
Views: 27088

Re: Configure SMTP with Office365 account

Finally, it's works with this syntax :

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.office365.com';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = '587';
$g_smtp_username = 'xxxx@domain';
$g_smtp_password = "password";
$g_return_path_email = 'xxxx@domain';
$g_administrator ...
by GoodFeel
22 Jan 2020, 16:23
Forum: Help
Topic: Configure SMTP with Office365 account
Replies: 8
Views: 27088

Re: Configure SMTP with Office365 account

Nobody try to set up an O365 SMTP ?

Thanks.
by GoodFeel
20 Jan 2020, 11:01
Forum: Help
Topic: Configure SMTP with Office365 account
Replies: 8
Views: 27088

Configure SMTP with Office365 account

Hello,

I try to set up the SMTP configuration on my Mantis tenant.

I don't found a lot information about this topic but I configured like this :

$g_enable_email_notification = ON; #enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.office365.com';
$g ...
by GoodFeel
09 Oct 2019, 16:18
Forum: General Discussion
Topic: Hide fields and fields order
Replies: 6
Views: 16555

Re: Hide fields and fields order


1) Hide standard fields (not custom)? For example, in a specific project, I don't need the Profile fields (Platform, OS, OS version). Goto page Manage > Manage Configuration > Configuration Report
Enter the following values, after that click "Create Configuration Option"
profiles.png
2) Reorder ...
by GoodFeel
04 Jul 2019, 10:48
Forum: Help
Topic: Daily reports by mail
Replies: 3
Views: 6065

Re: Daily reports by mail

Thank you, I'll try and I'll do a feeback about this plugin.
by GoodFeel
03 Jul 2019, 16:45
Forum: Help
Topic: Daily reports by mail
Replies: 3
Views: 6065

Daily reports by mail

Hi,

I search about a plugin to send a daily reports of bugs on somes projects in Mantis to managers and/or developper.

I found that but it seems so old : https://mantisbt.org/bugs/view.php?id=5887

A plugin like this exists ? Otherwise, there is a workaround about that ?

Thank you for your help.
by GoodFeel
19 Jun 2019, 07:52
Forum: Help
Topic: [Issue] Same charts colors
Replies: 2
Views: 2458

Re: [Issue] Same charts colors

Thank you for your answer.

Ok, I planified an upgrage of Mantis to 2.21.1 version.

I'll make a feedback after that.
by GoodFeel
18 Jun 2019, 10:41
Forum: Help
Topic: [Issue] Same charts colors
Replies: 2
Views: 2458

[Issue] Same charts colors

Hi all,

I have an issue with charts on MantisBT.

On all our projects, when I want to show charts, there is same color for all status (cf. attachment).

Do you know how I can configure the colors. I have this bug for all my charts.

My config :

- MantisBT 2.15.0
- Schema version : 209
- PHP ...