From d112cfe8ce5a8a5e1c2e435ea6a9b83d3248e385 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 7 Jan 2015 11:44:36 -0500 Subject: [PATCH] CRM-15796 Admin settings: explain ssl prefix on outbound mail form and improve port help --- templates/CRM/Admin/Form/Setting/Smtp.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Smtp.tpl b/templates/CRM/Admin/Form/Setting/Smtp.tpl index 7b6402bb52..474311e789 100644 --- a/templates/CRM/Admin/Form/Setting/Smtp.tpl +++ b/templates/CRM/Admin/Form/Setting/Smtp.tpl @@ -45,13 +45,13 @@ {$form.smtpServer.label} {$form.smtpServer.html}
- {ts}Enter the SMTP server (machine) name. EXAMPLE: smtp.example.com{/ts} + {ts}Enter the SMTP server (machine) name, such as "smtp.example.com". If the server uses SSL, add "ssl://" to the beginning of the server name, such as "ssl://smtp.example.com".{/ts} {$form.smtpPort.label} {$form.smtpPort.html}
- {ts}The standard SMTP port is 25. You should only change that value if your SMTP server is running on a non-standard port.{/ts} + {ts}The most common SMTP port possibilities are 25, 465, and 587. Check with your mail provider for the appropriate one.{/ts} -- 2.25.1