summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-09-26 17:27:11 +0200
committerGervase Markham <gerv@gerv.net>2014-09-26 17:27:11 +0200
commitf1897d398fbd9ba0c4b35d0414e2907120e39bd3 (patch)
tree0e25d354f3d2f9b154cdae63f5b26ce994d99584 /template/en/default/admin
parent135afc0a669578ca4ca8188c580acb2faadf5472 (diff)
downloadbugzilla-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar.gz
bugzilla-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar.xz
Bug 1071024 - improve description of mail_delivery_method. r=glob.
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/params/mta.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl
index 0efbcddeb..bd93a3ee9 100644
--- a/template/en/default/admin/params/mta.html.tmpl
+++ b/template/en/default/admin/params/mta.html.tmpl
@@ -14,7 +14,12 @@
mail_delivery_method => "Defines how email is sent, or if it is sent at all.<br>
<ul>
<li>
- 'Sendmail' and 'SMTP' are both MTAs.
+ 'SMTP' means use the SMTP protocol to talk to a remote
+ mail server.
+ </li>
+ <li>
+ 'Sendmail' means use the sendmail-compatible MTA
+ installed on the Bugzilla machine.
You need to install a third-party sendmail replacement if
you want to use sendmail on Windows.
</li>