Disabling Email Notifications

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
BoydAnderson
Posts: 1
Joined: 04 Jul 2007, 00:08

Disabling Email Notifications

Post 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
zakman
Posts: 18
Joined: 04 Mar 2007, 21:16
Location: Cairo, Egypt

email notification

Post by zakman »

in config_defaults_inc.php

change:

$g_enable_email_notification = ON;

to:

$g_enable_email_notification = OFF;
Best Regards,
ZakMan
dingfelder
Posts: 100
Joined: 14 Aug 2005, 22:47
Location: new zealand
Contact:

Post by dingfelder »

correct me if I am wrong, but shouldn't changes be made to config_inc.php instead of config_inc_defaults.php?
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post 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.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply