From c62518c3fdaf04fbab67a1e3ad643bb9c54f43cf Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 1 Mar 2005 04:51:24 +0000 Subject: Bug 178370 : global param for whether or not to send mail Patch by Shane H. W. Travis r=LpSolit a=myk --- defparams.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index d5c46c9f4..b3ded03f7 100644 --- a/defparams.pl +++ b/defparams.pl @@ -670,6 +670,16 @@ sub find_languages { default => '' }, + { + name => 'enable_mail_sending', + desc => 'If set to \'Off\', Bugzilla will not send out any email of any ' . + 'type whatsoever.
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 ' . -- cgit v1.2.3-24-g4f1b