<#include '/public/template/editTemplate.html'> <#macro editContent>
<#list item.recvArray as recv>
<@ZKUI.Input hideLabel="true" type="text" id="senderAddress" name="senderAddress" value="${item.senderAddress}"/>
<@ZKUI.Input hideLabel="true" type="password" id="password" name="password" value="${item.password}"/>
<@ZKUI.Input hideLabel="true" type="text" id="smtpServer" name="smtpServer" value="${item.smtpServer}"/>
<@ZKUI.Input hideLabel="true" type="text" id="smtpPort" name="smtpPort" value="${item.smtpPort}"/>
<@ZKUI.Combo empty="false" width="148" id="enableSSL" name="enableSSL" readonly="true" hideLabel="true">
<@ZKUI.Combo empty="false" width="148" id="attachment" name="attachment" readonly="true" hideLabel="true">
<@ZKUI.Input hideLabel="true" type="text" id="recv${recv_index}" name="recv" value="${recv}"/>