diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-09-20 14:17:14 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-09-20 14:17:14 +0200 |
commit | 5d96fa703d3d9a17b39c910f3f00c6bf60b0363c (patch) | |
tree | 18a01c00aac67c08902cb823435e50db173af25a /template | |
parent | 917ede930a27180b6e6adeb16a46efc8156d36cc (diff) | |
download | bugzilla-5d96fa703d3d9a17b39c910f3f00c6bf60b0363c.tar.gz bugzilla-5d96fa703d3d9a17b39c910f3f00c6bf60b0363c.tar.xz |
Bug 502625: Replace Email::Send with Email::Sender
r=dylan a=glob
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/mta.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index 86a7a22cb..0efbcddeb 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -14,7 +14,7 @@ mail_delivery_method => "Defines how email is sent, or if it is sent at all.<br> <ul> <li> - 'Sendmail', 'SMTP' and 'Qmail' are all MTAs. + 'Sendmail' and 'SMTP' are both MTAs. You need to install a third-party sendmail replacement if you want to use sendmail on Windows. </li> @@ -23,7 +23,7 @@ in 'data/mailer.testfile' instead of being sent. </li> <li> - 'none' will completely disable email. Bugzilla continues + 'None' will completely disable email. Bugzilla continues to act as though it is sending mail, but nothing is sent or stored. </li> |