summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-16 02:56:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-16 02:56:16 +0200
commitd9a3904454980dd10f5fddd973e254ab138764b6 (patch)
treefa6809d2100a2fa7612cec44dfb330194c112c70 /template/en/default/admin
parent3a8142ae9f3cd14b6ca54c6db6f6f07fb9025fe8 (diff)
downloadbugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.gz
bugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.xz
Bug 466419: Add SSL support for SMTP
r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/params/mta.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl
index 05c44853e..b4826e401 100644
--- a/template/en/default/admin/params/mta.html.tmpl
+++ b/template/en/default/admin/params/mta.html.tmpl
@@ -63,6 +63,8 @@
smtp_password => "The password to pass to the SMTP server for SMTP authentication. " _
"This field has no effect if the smtp_username parameter is left empty.",
+ smtp_ssl => "Enable SSL support for SMTP.",
+
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" _