diff options
author | mkanat%bugzilla.org <> | 2007-06-18 01:57:09 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-06-18 01:57:09 +0200 |
commit | d13c46a25138d15b29293855a336f4e90645e694 (patch) | |
tree | e2beb254b4afa84a2f112be4ce1b9312ff0c0b24 /template/en | |
parent | cc9913464d0ae6ea5df6d0debcd2d622c001457e (diff) | |
download | bugzilla-d13c46a25138d15b29293855a336f4e90645e694.tar.gz bugzilla-d13c46a25138d15b29293855a336f4e90645e694.tar.xz |
Bug 384497: Add a parameter that enables debug mode for SMTP
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/mta.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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.<br> " _ "Set to 0 to disable whining.", |