]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 950363 - The description of the 'smtpserver' parameter should specify that it...
authorSteve Root <steve@rkbb.co.uk>
Mon, 21 Jul 2014 15:26:17 +0000 (15:26 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 21 Jul 2014 15:26:17 +0000 (15:26 +0000)
r=dkl,a=glob

template/en/default/admin/params/mta.html.tmpl

index 4aee7090ddb82f5a83ce917f29dc829090e57cbb..86a7a22cbf728f45c40fd8526a06c0addb6f96c7 100644 (file)
@@ -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.",