From d13c46a25138d15b29293855a336f4e90645e694 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 17 Jun 2007 23:57:09 +0000 Subject: Bug 384497: Add a parameter that enables debug mode for SMTP Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- template/en/default/admin/params/mta.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/admin/params/mta.html.tmpl') diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index 778f81d0a..7af38ed6d 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -56,6 +56,11 @@ smtpserver => "The SMTP server address (if using SMTP for mail delivery).", + smtp_debug => "If enabled, this will print detailed information to your" _ + " web server's error log about the communication between" _ + " $terms.Bugzilla and your SMTP server. You can use this to" _ + " troubleshoot email problems.", + whinedays => "The number of days that we'll let a $terms.bug sit untouched in a NEW " _ "state before our cronjob will whine at the owner.
" _ "Set to 0 to disable whining.", -- cgit v1.2.3-24-g4f1b