summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-01 05:51:24 +0100
committertravis%sedsystems.ca <>2005-03-01 05:51:24 +0100
commitc62518c3fdaf04fbab67a1e3ad643bb9c54f43cf (patch)
tree98ae1fe51c4a751dde4285c6a03aebe3badee213 /defparams.pl
parent2a5d8de847971f7b5476ad6026fcbfcb68813354 (diff)
downloadbugzilla-c62518c3fdaf04fbab67a1e3ad643bb9c54f43cf.tar.gz
bugzilla-c62518c3fdaf04fbab67a1e3ad643bb9c54f43cf.tar.xz
Bug 178370 : global param for whether or not to send mail
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index d5c46c9f4..b3ded03f7 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -671,6 +671,16 @@ sub find_languages {
},
{
+ name => 'enable_mail_sending',
+ desc => 'If set to \'Off\', Bugzilla will not send out any email of any ' .
+ 'type whatsoever.<br>For most administrators, it is useful to ' .
+ 'be able to disable all mail during testing and initial setup, ' .
+ 'but other than that they will want to leave it \'On\'.',
+ type => 'b',
+ default => 1
+ },
+
+ {
name => 'maildeliverymethod',
desc => 'The method used for mail delivery. The testfile method ' .
'is useful for debugging (for more information see the ' .