summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorSteve Root <steve@rkbb.co.uk>2014-07-21 17:26:17 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-07-21 17:26:17 +0200
commitedea6b841633c154ebb7f85917db1597a118a86c (patch)
tree1d351f71d57b373c2fba85e43c3dc62255888d8b /template/en/default/admin
parentffec3478b0b02ffd8e7e248f5c8f52f0a4a02ff5 (diff)
downloadbugzilla-edea6b841633c154ebb7f85917db1597a118a86c.tar.gz
bugzilla-edea6b841633c154ebb7f85917db1597a118a86c.tar.xz
Bug 950363 - The description of the 'smtpserver' parameter should specify that it accepts a port number
r=dkl,a=glob
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/params/mta.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl
index 4aee7090d..86a7a22cb 100644
--- a/template/en/default/admin/params/mta.html.tmpl
+++ b/template/en/default/admin/params/mta.html.tmpl
@@ -42,7 +42,8 @@
_ " won't get sent). This affects all mail sent by Bugzilla,"
_ " not just $terms.bug updates.",
- smtpserver => "The SMTP server address (if using SMTP for mail delivery).",
+ smtpserver => "The SMTP server address with optional port number (if using SMTP" _
+ " for mail delivery). eg: example.com or example.com:1234",
smtp_username => "The username to pass to the SMTP server for SMTP authentication. " _
"Leave this field empty if your SMTP server doesn't require authentication.",