|
:
|
<% String host = JiveGlobals.getProperty("mail.smtp.host");
if (host == null) {
%>
<%
} else {
%>
<%= StringUtils.escapeHTMLTags(host) %>:<%= JiveGlobals.getIntProperty("mail.smtp.port", 25) %>
<% if (JiveGlobals.getBooleanProperty("mail.smtp.ssl", false)) { %>
()
<% } %>
<% } %>
|