Search found 5 matches

by ankit_sky
18 Jul 2017, 11:03
Forum: Help
Topic: Email notification when assigning Bug
Replies: 7
Views: 7466

Re: Email notification when assigning Bug

Do you use latest version 2.5.1?
Yes

Is it manipulated?
Yes, the config file

did you change source of Mantis?
Basically I added the database and mail settings and also added some user roles like business_developer etc

Do you see any errors or warnings in your web server, PHP or database logs ...
by ankit_sky
18 Jul 2017, 08:47
Forum: Help
Topic: Email notification when assigning Bug
Replies: 7
Views: 7466

Re: Email notification when assigning Bug

Can anyone help me solve this problem?

If any one requires more description, I can provide you.
by ankit_sky
17 Jul 2017, 10:47
Forum: Help
Topic: Email notification when assigning Bug
Replies: 7
Views: 7466

Re: Email notification when assigning Bug

Yes, I had added more roles so I need to make changes accordingly
by ankit_sky
17 Jul 2017, 07:44
Forum: General Discussion
Topic: Email configuration
Replies: 4
Views: 23035

Re: Email configuration

You need to make changes in config_inc.php inside config folder.

Following things need to add in config file:
#-Email COnfigurations -
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_MAIL;
$g_smtp_host = **************;
$g_smtp_connection_mode = 'tls';
$g_smtp_port = '465 ...
by ankit_sky
17 Jul 2017, 07:38
Forum: Help
Topic: Email notification when assigning Bug
Replies: 7
Views: 7466

Email notification when assigning Bug

Hi everyone,

I created an issue assigned to a user or unassigned but in either case everyone is getting the email notification.

Also when I am trying to make changes in the email notification configuration, it is showing success message but no changes are reflected on the configuration screen ...