Page 1 of 1

Disabling Email Notifications

Posted: 04 Jul 2007, 00:13
by BoydAnderson
Hi I am running Mantis 1.06 on Fedora 7

I would like to disable all email notifications for Mantis
ie under no circumstances should it send out an email

I have browsed around the forum and haven't been too successful in finding any ideas on how to do it. I have also looked in the config_inc.php file.

Any help is greatly appreciated :)

Cheers
Boyd

email notification

Posted: 04 Jul 2007, 11:12
by zakman
in config_defaults_inc.php

change:

$g_enable_email_notification = ON;

to:

$g_enable_email_notification = OFF;

Posted: 09 Jul 2007, 04:39
by dingfelder
correct me if I am wrong, but shouldn't changes be made to config_inc.php instead of config_inc_defaults.php?

Posted: 09 Jul 2007, 07:31
by deboutv
dingfelder wrote:correct me if I am wrong, but shouldn't changes be made to config_inc.php instead of config_inc_defaults.php?
Yes it should be done in the config_inc.php.