aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-04-08 14:36:26 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-04-08 14:37:42 +0200
commitfe22deb5d5e301ffad51be06000effcbbcd1d11c (patch)
treecfd074b46f762bf8689f72c014eded5bb08ebce0 /phpBB/language/en/acp/board.php
parentcc7c1c8447496f1d34721442505481d7883668c2 (diff)
downloadforums-fe22deb5d5e301ffad51be06000effcbbcd1d11c.tar
forums-fe22deb5d5e301ffad51be06000effcbbcd1d11c.tar.gz
forums-fe22deb5d5e301ffad51be06000effcbbcd1d11c.tar.bz2
forums-fe22deb5d5e301ffad51be06000effcbbcd1d11c.tar.xz
forums-fe22deb5d5e301ffad51be06000effcbbcd1d11c.zip
[ticket/15961] Use newer TLS in SMTP
PHPBB3-15961
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index eb53ac0370..2ce8fefd46 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -587,8 +587,8 @@ $lang = array_merge($lang, array(
'SMTP_POP_BEFORE_SMTP' => 'POP-BEFORE-SMTP',
'SMTP_PORT' => 'SMTP server port',
'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.',
- 'SMTP_SERVER' => 'SMTP server address and protocol',
- 'SMTP_SERVER_EXPLAIN' => 'Note that you have to provide the protocol that your server uses. If you are using SSL, this has to be "ssl://your.mailserver.com"',
+ 'SMTP_SERVER' => 'SMTP server address',
+ 'SMTP_SERVER_EXPLAIN' => 'Note that you must not provide the protocol that your server uses (no <samp>ssl://</samp> or <samp>tsl://</samp> prefix).',
'SMTP_SETTINGS' => 'SMTP settings',
'SMTP_USERNAME' => 'SMTP username',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.',