Bug 950363 - The description of the 'smtpserver' parameter should specify that it accepts a port number

r=dkl,a=glob


git-svn-id: svn://10.0.0.236/trunk@265463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-07-21 15:45:48 +00:00
parent 6eb36df83b
commit 0743687bf6
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
9084
9085

View File

@ -1 +1 @@
ffec3478b0b02ffd8e7e248f5c8f52f0a4a02ff5
edea6b841633c154ebb7f85917db1597a118a86c

View 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.",