]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1071024 - improve description of mail_delivery_method. r=glob.
authorGervase Markham <gerv@gerv.net>
Fri, 26 Sep 2014 15:27:11 +0000 (16:27 +0100)
committerGervase Markham <gerv@gerv.net>
Fri, 26 Sep 2014 15:27:11 +0000 (16:27 +0100)
template/en/default/admin/params/mta.html.tmpl

index 0efbcddeb5c71044bf87cf4d1e002595de45e47d..bd93a3ee91983eb9047884ea863c9dfc815fa966 100644 (file)
   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>