diff options
author | Gervase Markham <gerv@gerv.net> | 2014-09-26 16:27:11 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-09-26 16:27:11 +0100 |
commit | f1897d398fbd9ba0c4b35d0414e2907120e39bd3 (patch) | |
tree | 0e25d354f3d2f9b154cdae63f5b26ce994d99584 /template/en | |
parent | 135afc0a669578ca4ca8188c580acb2faadf5472 (diff) | |
download | bugs-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar bugs-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar.gz bugs-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar.bz2 bugs-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.tar.xz bugs-f1897d398fbd9ba0c4b35d0414e2907120e39bd3.zip |
Bug 1071024 - improve description of mail_delivery_method. r=glob.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/mta.html.tmpl | 7 |
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> |