summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorSebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>2017-01-03 23:15:34 +0100
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-03 17:15:34 -0500
commit621880569565fe0d6c015dc1a5f514bc92dac395 (patch)
treed2d77b3f123fab44d4b7129cfefd849405d82d64 /webapp/i18n/en.json
parent7ee1fec6bf21ab3fb63740c94cc92c2317a0092e (diff)
downloadchat-621880569565fe0d6c015dc1a5f514bc92dac395.tar.gz
chat-621880569565fe0d6c015dc1a5f514bc92dac395.tar.bz2
chat-621880569565fe0d6c015dc1a5f514bc92dac395.zip
Add port 587 (used for STARTTLS) as an example SMTP port (#4893)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 55727c115..def5b117d 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -281,7 +281,7 @@
"admin.email.smtpPasswordExample": "Ex: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.email.smtpPasswordTitle": "SMTP Server Password:",
"admin.email.smtpPortDescription": "Port of SMTP email server.",
- "admin.email.smtpPortExample": "Ex: \"25\", \"465\"",
+ "admin.email.smtpPortExample": "Ex: \"25\", \"465\", \"587\"",
"admin.email.smtpPortTitle": "SMTP Server Port:",
"admin.email.smtpServerDescription": "Location of SMTP email server.",
"admin.email.smtpServerExample": "Ex: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"",