summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-05-09 15:34:30 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-05-09 09:34:30 -0400
commit0df61d161f98183069494cc349d18f01d8783453 (patch)
treebc98e6767c32b97cd45d860c1469a91062da2a3a /i18n/en.json
parent622998add12734a6c2b5d79918338a4d6dca7ce6 (diff)
downloadchat-0df61d161f98183069494cc349d18f01d8783453.tar.gz
chat-0df61d161f98183069494cc349d18f01d8783453.tar.bz2
chat-0df61d161f98183069494cc349d18f01d8783453.zip
implement PLT-6469 - Send HELO request containing domain name to SMTP server (#6322)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4c8a80507..3aaabc686 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5903,6 +5903,10 @@
"id": "utils.mail.connect_smtp.open_tls.app_error",
"translation": "Failed to open TLS connection"
},
+ {
+ "id": "utils.mail.connect_smtp.helo.app_error",
+ "translation": "Failed to set HELO"
+ },
{
"id": "utils.mail.new_client.auth.app_error",
"translation": "Failed to authenticate on SMTP server"
@@ -5912,6 +5916,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.new_client.helo.error",
+ "translation": "Failed to to set the HELO to SMTP server %v"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},