diff options
author | lpsolit%gmail.com <> | 2006-10-21 06:22:54 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-21 06:22:54 +0200 |
commit | eedbd699a1aa0f44e7dda37b4d524902a864b783 (patch) | |
tree | 73665b04bd191ede2b3d6fc98ce1af48675704e3 /template/en/default/admin/params | |
parent | ac3fe4074a3e583948bf2a1d0b81f8f3f6acce51 (diff) | |
download | bugzilla-eedbd699a1aa0f44e7dda37b4d524902a864b783.tar.gz bugzilla-eedbd699a1aa0f44e7dda37b4d524902a864b783.tar.xz |
Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/mta.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index 357193c3d..4089820b5 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -44,6 +44,9 @@ </li> </ul>", + mailfrom => "The email address of the $terms.Bugzilla mail daemon. Some email systems " _ + "require this to be a valid email address.", + sendmailnow => "Sites using anything older than version 8.12 of 'sendmail' " _ "can achieve a significant performance increase in the " _ "UI -- at the cost of delaying the sending of mail -- by " _ |