diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-07-21 21:12:00 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-21 21:12:00 +0200 |
commit | 17c6cd3676fae4947d263fc2b80dde3a4e96f011 (patch) | |
tree | f9aedb97fb9f5e18ae1bd27b4e572c38d86096d6 /phpBB/language/en | |
parent | 9e9bdb69b5e00a4993b7ff9a6021044c9ec0c4dc (diff) | |
parent | 5262e3bb5569e0837361d6974df118f538c5bfa8 (diff) | |
download | forums-17c6cd3676fae4947d263fc2b80dde3a4e96f011.tar forums-17c6cd3676fae4947d263fc2b80dde3a4e96f011.tar.gz forums-17c6cd3676fae4947d263fc2b80dde3a4e96f011.tar.bz2 forums-17c6cd3676fae4947d263fc2b80dde3a4e96f011.tar.xz forums-17c6cd3676fae4947d263fc2b80dde3a4e96f011.zip |
Merge pull request #5562 from senky/ticket/15961
[ticket/15961] Use newer TLS in SMTP
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 378dd3fc38..9b637ff9d3 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' => 'Do not provide a protocol (<samp>ssl://</samp> or <samp>tsl://</samp>) unless your mail host tells you to do so.', 'SMTP_SETTINGS' => 'SMTP settings', 'SMTP_USERNAME' => 'SMTP username', 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.', |